| Commit message (Expand) | Author | Age | Lines |
* | Map ('5') and allow mod5mask (altgr) as a modifier. | okan | 2020-03-18 | -14/+8 |
* | command uses execvp(3) not execve(2) | kn | 2019-07-02 | -3/+3 |
* | Add 'group-close-[n]' action to close all windows within specified group. | okan | 2019-02-25 | -2/+4 |
* | Rename internal functions to delinate between client remove, delete and xproto | okan | 2019-02-22 | -4/+4 |
* | Convert menu-exec-wm from an abritrary exec menu, into a config-based menu from | okan | 2017-12-29 | -2/+8 |
* | Original idea from Dimitris Papastamos to move windows to corners a while ago; | okan | 2017-12-07 | -2/+18 |
* | fix a few WARNINGS (new sentence, new line and extraneous Pp macro) found with | okan | 2017-07-06 | -7/+6 |
* | For {h,v}tile, instead of keeping the master client's {h,v} geometry, expand it | okan | 2017-04-24 | -6/+8 |
* | Typo on binding name; from Redouan Ait Mallouk. | okan | 2017-01-15 | -3/+3 |
* | Change 'menu-window' to display all windows; then add 'menu-window-hidden' for | okan | 2016-12-01 | -1/+3 |
* | Normalize bind function names, based on a few categories: window, group, menu | okan | 2016-12-01 | -164/+153 |
* | More accurate to say 'toggle', rather than 'select', for group[n]/nogroup. | okan | 2016-10-05 | -4/+4 |
* | change 'sticky' to 'stick' to toggle client stickiness (seems the | okan | 2016-09-12 | -3/+3 |
* | introduce 'groupsearch' for group menu search; matches on either group | okan | 2015-07-12 | -2/+4 |
* | a start to cleaning: | okan | 2015-05-31 | -67/+67 |
* | Implement _NET_WM_STATE_STICKY, bound to CM-s by default; allows any | okan | 2014-08-25 | -2/+4 |
* | keybinding -> key binding | okan | 2014-01-29 | -8/+8 |
* | Implement support for EWMH's _NET_WM_STATE_FULLSCREEN hint. | okan | 2013-12-16 | -5/+7 |
* | Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTION | okan | 2013-12-13 | -2/+5 |
* | Remove the option to bind a key by keycode with brackets; it never | okan | 2013-11-27 | -6/+4 |
* | add support for mouse based group {,r}cycle; from Rodrigo Mosconi. not | okan | 2013-07-08 | -2/+6 |
* | allow mouse button4 and button5; from Rodrigo Mosconi | okan | 2013-06-17 | -2/+6 |
* | add per-group vert/horiz tiling support; introduces 2 new bind commands, | okan | 2013-01-08 | -2/+8 |
* | knf | okan | 2012-12-17 | -1/+1 |
* | non-trivial menu drawing rewrite, moving to Xft and solving various | okan | 2012-12-17 | -2/+5 |
* | specific last match for autogroup; few iterations with Kent Spillner. | okan | 2012-11-29 | -2/+3 |
* | clarify windowname and windowclass values are pulled from the WM_CLASS | okan | 2012-11-07 | -2/+2 |
* | zap trailing space | okan | 2012-11-07 | -3/+3 |
* | try to clarify xprop(1) output, with respect to WM_CLASS, without going | okan | 2012-11-01 | -3/+4 |
* | replace 'reload' with 'restart', which merely re-exec's cwm using the | okan | 2012-10-31 | -4/+5 |
* | clarify autogroup option; based on diffs from kspillner@acm.org with | okan | 2012-10-28 | -10/+18 |
* | Add a couple examples of keybindings using keysyms, as discussed | dcoppa | 2012-07-06 | -2/+6 |
* | put snapdist in the correct location; as an option, not a bind; Tiago Cunha. | okan | 2011-11-06 | -4/+6 |
* | allow configurable menu font color; from Alexander Polakov with a tweak | okan | 2011-09-08 | -1/+4 |
* | allow menufg/menubg to be configurable; from Alexander Polakov. | okan | 2011-09-08 | -2/+8 |
* | Add {r,}cycleingroup to cycle through clients belonging to the same | okan | 2011-09-03 | -2/+6 |
* | Since cwm(1) uses the same parser as others in src, document how | okan | 2011-06-25 | -3/+15 |
* | New option to raise a client via the mouse (unbound by default); | okan | 2011-06-24 | -1/+3 |
* | introduce a new config option to snap to the screen edge. 'snapdist' | okan | 2011-06-24 | -2/+4 |
* | introduce a new 'freeze' flag (CMS-f by default) which may be applied to | okan | 2011-05-07 | -2/+4 |
* | s/\.Pb/.Pp/ for correct vertical spacing; found by mandoc -Tlint | schwarze | 2010-09-25 | -3/+3 |
* | do not warp to clients marked 'ignore'; from chneukirchen at gmail - thanks. | okan | 2010-09-25 | -2/+2 |
* | clarify window name/class a bit more with word ordering. | okan | 2010-09-25 | -4/+4 |
* | revert -r1.45 of group.c (log was: fix window name and class to match | okan | 2010-07-30 | -6/+6 |
* | fix backwards example (after r1.45 of group.c); noticed by phessler@ | okan | 2010-07-23 | -4/+4 |
* | Fix formatting errors breaking the xenocara mandoc(1) build: | schwarze | 2010-03-20 | -3/+2 |
* | Add a keybinding to allow horizontal maximisation of a window (CMS-enter). | oga | 2009-08-24 | -2/+4 |
* | remove unnecessary Ar macros | okan | 2009-08-08 | -4/+4 |
* | remove unnecessary Dq macro; based on a diff from Martin Toft | okan | 2009-08-08 | -4/+4 |
* | a long time coming - re-work the way we deal with colors: since we're | okan | 2009-05-17 | -1/+13 |