| Commit message (Expand) | Author | Age | Files | Lines |
* | Change 'menu-window' to display all windows; then add 'menu-window-hidden' for | okan | 2016-12-01 | 1 | -0/+2 |
* | Normalize bind function names, based on a few categories: window, group, menu | okan | 2016-12-01 | 1 | -162/+151 |
* | More accurate to say 'toggle', rather than 'select', for group[n]/nogroup. | okan | 2016-10-05 | 1 | -2/+2 |
* | change 'sticky' to 'stick' to toggle client stickiness (seems the | okan | 2016-09-12 | 1 | -1/+1 |
* | introduce 'groupsearch' for group menu search; matches on either group | okan | 2015-07-12 | 1 | -0/+2 |
* | a start to cleaning: | okan | 2015-05-31 | 1 | -65/+65 |
* | Implement _NET_WM_STATE_STICKY, bound to CM-s by default; allows any | okan | 2014-08-25 | 1 | -1/+3 |
* | keybinding -> key binding | okan | 2014-01-29 | 1 | -7/+7 |
* | Implement support for EWMH's _NET_WM_STATE_FULLSCREEN hint. | okan | 2013-12-16 | 1 | -4/+6 |
* | Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTION | okan | 2013-12-13 | 1 | -1/+4 |
* | Remove the option to bind a key by keycode with brackets; it never | okan | 2013-11-27 | 1 | -5/+3 |
* | add support for mouse based group {,r}cycle; from Rodrigo Mosconi. not | okan | 2013-07-08 | 1 | -1/+5 |
* | allow mouse button4 and button5; from Rodrigo Mosconi | okan | 2013-06-17 | 1 | -1/+5 |
* | add per-group vert/horiz tiling support; introduces 2 new bind commands, | okan | 2013-01-08 | 1 | -1/+7 |
* | non-trivial menu drawing rewrite, moving to Xft and solving various | okan | 2012-12-17 | 1 | -1/+4 |
* | specific last match for autogroup; few iterations with Kent Spillner. | okan | 2012-11-29 | 1 | -0/+1 |
* | clarify windowname and windowclass values are pulled from the WM_CLASS | okan | 2012-11-07 | 1 | -2/+2 |
* | zap trailing space | okan | 2012-11-07 | 1 | -2/+2 |
* | try to clarify xprop(1) output, with respect to WM_CLASS, without going | okan | 2012-11-01 | 1 | -2/+3 |
* | replace 'reload' with 'restart', which merely re-exec's cwm using the | okan | 2012-10-31 | 1 | -3/+4 |
* | clarify autogroup option; based on diffs from kspillner@acm.org with | okan | 2012-10-28 | 1 | -9/+17 |
* | Add a couple examples of keybindings using keysyms, as discussed | dcoppa | 2012-07-06 | 1 | -1/+5 |
* | put snapdist in the correct location; as an option, not a bind; Tiago Cunha. | okan | 2011-11-06 | 1 | -2/+4 |
* | allow configurable menu font color; from Alexander Polakov with a tweak | okan | 2011-09-08 | 1 | -1/+4 |
* | allow menufg/menubg to be configurable; from Alexander Polakov. | okan | 2011-09-08 | 1 | -1/+7 |
* | Add {r,}cycleingroup to cycle through clients belonging to the same | okan | 2011-09-03 | 1 | -1/+5 |
* | Since cwm(1) uses the same parser as others in src, document how | okan | 2011-06-25 | 1 | -1/+13 |
* | New option to raise a client via the mouse (unbound by default); | okan | 2011-06-24 | 1 | -1/+3 |
* | introduce a new config option to snap to the screen edge. 'snapdist' | okan | 2011-06-24 | 1 | -1/+3 |
* | introduce a new 'freeze' flag (CMS-f by default) which may be applied to | okan | 2011-05-07 | 1 | -0/+2 |
* | s/\.Pb/.Pp/ for correct vertical spacing; found by mandoc -Tlint | schwarze | 2010-09-25 | 1 | -6/+6 |
* | revert -r1.45 of group.c (log was: fix window name and class to match | okan | 2010-07-30 | 1 | -5/+5 |
* | fix backwards example (after r1.45 of group.c); noticed by phessler@ | okan | 2010-07-23 | 1 | -3/+3 |
* | Fix formatting errors breaking the xenocara mandoc(1) build: | schwarze | 2010-03-20 | 1 | -2/+1 |
* | Add a keybinding to allow horizontal maximisation of a window (CMS-enter). | oga | 2009-08-24 | 1 | -0/+2 |
* | remove unnecessary Ar macros | okan | 2009-08-08 | 1 | -4/+4 |
* | remove unnecessary Dq macro; based on a diff from Martin Toft | okan | 2009-08-08 | 1 | -2/+2 |
* | a long time coming - re-work the way we deal with colors: since we're | okan | 2009-05-17 | 1 | -1/+13 |
* | add a "movetogroup" function, which hides the current window from | sthen | 2009-05-17 | 1 | -1/+9 |
* | Add a new command (currently no default keybindings for it), grouponly[1-9]. | oga | 2009-05-14 | 1 | -0/+4 |
* | right and middle mouse buttons swapped; from rgouveia@cosmico.net | okan | 2009-05-04 | 1 | -3/+3 |
* | properly document menu_unhide; tweak a patch from rgouveia@cosmico.net - thanks. | okan | 2009-05-04 | 1 | -1/+1 |
* | add 'moveamount' to cwmrc; it sets keyboard movement amount, making | martynas | 2009-02-07 | 1 | -27/+80 |
* | remove leftover from mdoc.samples; ok jmc@ | martynas | 2009-02-07 | 1 | -2/+1 |
* | borderwidth as a cwmrc(5) keyword, really helps debugging | todd | 2009-01-21 | 1 | -1/+5 |
* | Improve wording of the ``ignore'' directive. From Martin Toft a while | oga | 2008-09-22 | 1 | -2/+3 |
* | Change "a window" to "current window" in documentation. it's more correct. | oga | 2008-07-11 | 1 | -60/+60 |
* | no more hidden (and mysterious) config reloads and allow binding a key | okan | 2008-07-11 | 1 | -0/+2 |
* | Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3, | oga | 2008-06-25 | 1 | -0/+2 |
* | Support mod4 (windows key) in mouse bindings too. | oga | 2008-06-25 | 1 | -1/+3 |