[dev] wmii floating window titlebar decoration
Hey all, I've recently started using wmii and I'm really liking it so far. The one thing that is bugging me is this rectangle shown in the right side of the titlebar (when in floating mode). How can I make it disappear? I've looked into the guide and styling part section, but nothing. I've looked at a couple of screenshots from people using wmii and some of them don't have that type of decoration in the titlebar. I'm not very familiar with older versions of wmii so could this be a feature implemented in the newest versions? If so, any clues on how to make it go away? Regards
Re: [dev] Suckless Smartphone?
I concur, smartphones are supposed to suck, it tries to do everything at once, it's by design. On Sun, Jun 5, 2011 at 10:28 AM, Džen wrote: > On 05/06/2011 16:31, ilf wrote: > >> Apparently all smartphones suck. Hard. >> > > True on that. Personally I don't really see a reason at all to use a > smartphone. Smartphones simply overcomplicate everything. IMO the > suck-less way would be to not use smartphones, just as I do. > > -- > Džen > >
Re: [dev] [wmii] window titlebar right-click menu - item order
All you have to do is rename "Delete" to "Close" and close should appear at the top of the menu. On Tue, Aug 9, 2011 at 9:15 AM, Gidon Ernst < er...@informatik.uni-augsburg.de> wrote: > Hi, > > recently the order of items >[Delete, Kill, Fullscreen] > in the menu that appears when right-clicking on a window's titlebar changed > to >[Kill, Delete, Fullscreen] > > Now I often hit "Kill" accidentally, which shuts down the whole application > - not just the window. > > How can I restore the original order? I'm using the Arch Linux 64 bit > version of wmii. > I've looked into /etc/wmii/wmiirc and wmii.sh and could not figure it out. > In wmiirc it looks correct: > > -8<- > > # Menus > Menu Client-3-Delete >wmiir xwrite /client/$1/ctl kill > Menu Client-3-Kill >wmiir xwrite /client/$1/ctl slay > Menu Client-3-Fullscreen >wmiir xwrite /client/$1/ctl Fullscreen on > Event ClientMouseDown >wi_fnmenu Client $2 $1 & > > -8<- > > Thanks in advance, > Gidon > >