[dev] [dwm] fix status bar cropping on screen resize

2011-02-24 Thread Mark Williams
Resizing the screen with xrandr -s/--size to a smaller resolution and then calling it again to return to the previous resolution results in dwm's status bar being cut off at the smaller width (e.g., the following cuts the bar off at 640 pixels on my netbook: xrandr --size 640x480 && xrandr --size 1

Re: [dev] wmii noob key binding help

2011-02-24 Thread Suraj Kurapati
On Thu, Feb 24, 2011 at 12:14 PM, Benjamin R. Haskell wrote: > running the 'wmiirc' action just > spawned a second instance of wmiirc (resulting in event doubling, e.g. > keystroke that spawns a new terminal spawned two new terminals). Traditionally, this was solved by making wmiirc (1) emit "Sta

Re: [dev] wmii noob key binding help

2011-02-24 Thread Benjamin R. Haskell
On Thu, 24 Feb 2011, Suraj Kurapati wrote: On Thu, Feb 24, 2011 at 11:25 AM, Benjamin R. Haskell wrote: exec'ing wmii via the 'action' menu, which borks multi-monitor layouts; anyone have a better way? Have your wmiirc re-exec itself (as opposed to re-execing wmii). Hmm. Makes sense. Does

Re: [dev] wmii noob key binding help

2011-02-24 Thread Suraj Kurapati
On Thu, Feb 24, 2011 at 11:25 AM, Benjamin R. Haskell wrote: > exec'ing wmii via the 'action' menu, which borks multi-monitor layouts; > anyone have a better way? Have your wmiirc re-exec itself (as opposed to re-execing wmii).

Re: [dev] wmii noob key binding help

2011-02-24 Thread Benjamin R. Haskell
On Wed, 23 Feb 2011, Eitan Goldshtrom wrote: I tried that just now and it didn't work. I also tried a few variations that each didn't work. I checked the "keys" file and it looks like the 2 key combinations aren't in the file. I thought they would be added because of the event declarations, bu