summaryrefslogtreecommitdiff
path: root/app/cwm/cwmrc.5
AgeCommit message (Expand)Author
2019-02-25Add 'group-close-[n]' action to close all windows within specified group.Okan Demirmen
2019-02-22Rename internal functions to delinate between client remove, delete and xprotoOkan Demirmen
2017-12-29Convert menu-exec-wm from an abritrary exec menu, into a config-based menu fromOkan Demirmen
2017-12-07Original idea from Dimitris Papastamos to move windows to corners a while ago;Okan Demirmen
2017-07-06fix a few WARNINGS (new sentence, new line and extraneous Pp macro) found withOkan Demirmen
2017-04-24For {h,v}tile, instead of keeping the master client's {h,v} geometry, expand itOkan Demirmen
2017-01-15Typo on binding name; from Redouan Ait Mallouk.Okan Demirmen
2016-12-01Change 'menu-window' to display all windows; then add 'menu-window-hidden' forOkan Demirmen
2016-12-01Normalize bind function names, based on a few categories: window, group, menuOkan Demirmen
2016-10-05More accurate to say 'toggle', rather than 'select', for group[n]/nogroup.Okan Demirmen
2016-09-12change 'sticky' to 'stick' to toggle client stickiness (seems theOkan Demirmen
2015-07-12introduce 'groupsearch' for group menu search; matches on either groupOkan Demirmen
2015-05-31a start to cleaning:Okan Demirmen
2014-08-25Implement _NET_WM_STATE_STICKY, bound to CM-s by default; allows anyOkan Demirmen
2014-01-29keybinding -> key bindingOkan Demirmen
2013-12-16Implement support for EWMH's _NET_WM_STATE_FULLSCREEN hint.Okan Demirmen
2013-12-13Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTIONOkan Demirmen
2013-11-27Remove the option to bind a key by keycode with brackets; it neverOkan Demirmen
2013-07-08add support for mouse based group {,r}cycle; from Rodrigo Mosconi. notOkan Demirmen
2013-06-17allow mouse button4 and button5; from Rodrigo MosconiOkan Demirmen
2013-01-08add per-group vert/horiz tiling support; introduces 2 new bind commands,Okan Demirmen
2012-12-17knfOkan Demirmen
2012-12-17non-trivial menu drawing rewrite, moving to Xft and solving variousOkan Demirmen
2012-11-29specific last match for autogroup; few iterations with Kent Spillner.Okan Demirmen
2012-11-07clarify windowname and windowclass values are pulled from the WM_CLASSOkan Demirmen
2012-11-07zap trailing spaceOkan Demirmen
2012-11-01try to clarify xprop(1) output, with respect to WM_CLASS, without goingOkan Demirmen
2012-10-31replace 'reload' with 'restart', which merely re-exec's cwm using theOkan Demirmen
2012-10-28clarify autogroup option; based on diffs from kspillner@acm.org withOkan Demirmen
2012-07-06Add a couple examples of keybindings using keysyms, as discussedDavid Coppa
2011-11-06put snapdist in the correct location; as an option, not a bind; Tiago Cunha.Okan Demirmen
2011-09-08allow configurable menu font color; from Alexander Polakov with a tweakOkan Demirmen
2011-09-08allow menufg/menubg to be configurable; from Alexander Polakov.Okan Demirmen
2011-09-03Add {r,}cycleingroup to cycle through clients belonging to the sameOkan Demirmen
2011-06-25Since cwm(1) uses the same parser as others in src, document howOkan Demirmen
2011-06-24New option to raise a client via the mouse (unbound by default);Okan Demirmen
2011-06-24introduce a new config option to snap to the screen edge. 'snapdist'Okan Demirmen
2011-05-07introduce a new 'freeze' flag (CMS-f by default) which may be applied toOkan Demirmen
2010-09-25s/\.Pb/.Pp/ for correct vertical spacing; found by mandoc -TlintIngo Schwarze
2010-09-25do not warp to clients marked 'ignore'; from chneukirchen at gmail - thanks.Okan Demirmen
2010-09-25clarify window name/class a bit more with word ordering.Okan Demirmen
2010-07-30revert -r1.45 of group.c (log was: fix window name and class to matchOkan Demirmen
2010-07-23fix backwards example (after r1.45 of group.c); noticed by phessler@Okan Demirmen
2010-03-20Fix formatting errors breaking the xenocara mandoc(1) build:Ingo Schwarze
2009-08-24Add a keybinding to allow horizontal maximisation of a window (CMS-enter).Owain Ainsworth
2009-08-08remove unnecessary Ar macrosOkan Demirmen
2009-08-08remove unnecessary Dq macro; based on a diff from Martin ToftOkan Demirmen
2009-05-17a long time coming - re-work the way we deal with colors: since we'reOkan Demirmen
2009-05-17add a "movetogroup" function, which hides the current window fromStuart Henderson
2009-05-14Add a new command (currently no default keybindings for it), grouponly[1-9].Owain Ainsworth