Re: [PATCH] cwm window center functionality

2019-05-03 Thread Charles
> I'd prefer if centering were a seperate function to resizing to a > fraction of the screen size, as I'd like to be able to center a window > *after* resizing it to my liking. > x11/xdotool could be used by anybody needing the resizing functionality, > for example, > bind-key 4-r "xdotool

Re: [PATCH] cwm window center functionality

2019-05-01 Thread Joe Davis
I'd prefer if centering were a seperate function to resizing to a fraction of the screen size, as I'd like to be able to center a window *after* resizing it to my liking. x11/xdotool could be used by anybody needing the resizing functionality, for example, bind-key 4-r "xdotool getactivewind

[PATCH] cwm window center functionality

2019-04-30 Thread Charles
I've tweaked calmwm to add a function which centers the current window, and resides it to be a fraction of the current screen size. I've been running this patch for a while locally and have found it to be useful, and have not noticed any side effects. This feature is especially useful when switchi