about summary refs log tree commit diff
path: root/cwmrc.5
Commit message (Expand)AuthorAgeFilesLines
* Add acceptraise to specify whether applications can activate and raise windows. cn-noraise-globalChristian Neukirchen2013-12-301-0/+8
* Implement support for EWMH's _NET_WM_STATE_FULLSCREEN hint.okan2013-12-161-4/+6
* Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTIONokan2013-12-131-1/+4
* Remove the option to bind a key by keycode with brackets; it neverokan2013-11-271-5/+3
* add support for mouse based group {,r}cycle; from Rodrigo Mosconi. notokan2013-07-081-1/+5
* allow mouse button4 and button5; from Rodrigo Mosconiokan2013-06-171-1/+5
* add per-group vert/horiz tiling support; introduces 2 new bind commands,okan2013-01-081-1/+7
* non-trivial menu drawing rewrite, moving to Xft and solving variousokan2012-12-171-1/+4
* specific last match for autogroup; few iterations with Kent Spillner.okan2012-11-291-0/+1
* clarify windowname and windowclass values are pulled from the WM_CLASSokan2012-11-071-2/+2
* zap trailing spaceokan2012-11-071-2/+2
* try to clarify xprop(1) output, with respect to WM_CLASS, without goingokan2012-11-011-2/+3
* replace 'reload' with 'restart', which merely re-exec's cwm using theokan2012-10-311-3/+4
* clarify autogroup option; based on diffs from kspillner@acm.org withokan2012-10-281-9/+17
* Add a couple examples of keybindings using keysyms, as discusseddcoppa2012-07-061-1/+5
* put snapdist in the correct location; as an option, not a bind; Tiago Cunha.okan2011-11-061-2/+4
* allow configurable menu font color; from Alexander Polakov with a tweakokan2011-09-081-1/+4
* allow menufg/menubg to be configurable; from Alexander Polakov.okan2011-09-081-1/+7
* Add {r,}cycleingroup to cycle through clients belonging to the sameokan2011-09-031-1/+5
* Since cwm(1) uses the same parser as others in src, document howokan2011-06-251-1/+13
* New option to raise a client via the mouse (unbound by default);okan2011-06-241-1/+3
* introduce a new config option to snap to the screen edge. 'snapdist'okan2011-06-241-1/+3
* introduce a new 'freeze' flag (CMS-f by default) which may be applied tookan2011-05-071-0/+2
* s/\.Pb/.Pp/ for correct vertical spacing; found by mandoc -Tlintschwarze2010-09-251-6/+6
* revert -r1.45 of group.c (log was: fix window name and class to matchokan2010-07-301-5/+5
* fix backwards example (after r1.45 of group.c); noticed by phessler@okan2010-07-231-3/+3
* Fix formatting errors breaking the xenocara mandoc(1) build:schwarze2010-03-201-2/+1
* Add a keybinding to allow horizontal maximisation of a window (CMS-enter).oga2009-08-241-0/+2
* remove unnecessary Ar macrosokan2009-08-081-4/+4
* remove unnecessary Dq macro; based on a diff from Martin Toftokan2009-08-081-2/+2
* a long time coming - re-work the way we deal with colors: since we'reokan2009-05-171-1/+13
* add a "movetogroup" function, which hides the current window fromsthen2009-05-171-1/+9
* Add a new command (currently no default keybindings for it), grouponly[1-9].oga2009-05-141-0/+4
* right and middle mouse buttons swapped; from rgouveia@cosmico.netokan2009-05-041-3/+3
* properly document menu_unhide; tweak a patch from rgouveia@cosmico.net - thanks.okan2009-05-041-1/+1
* add 'moveamount' to cwmrc; it sets keyboard movement amount, makingmartynas2009-02-071-27/+80
* remove leftover from mdoc.samples; ok jmc@martynas2009-02-071-2/+1
* borderwidth as a cwmrc(5) keyword, really helps debuggingtodd2009-01-211-1/+5
* Improve wording of the ``ignore'' directive. From Martin Toft a whileoga2008-09-221-2/+3
* Change "a window" to "current window" in documentation. it's more correct.oga2008-07-111-60/+60
* no more hidden (and mysterious) config reloads and allow binding a keyokan2008-07-111-0/+2
* Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3,oga2008-06-251-0/+2
* Support mod4 (windows key) in mouse bindings too.oga2008-06-251-1/+3
* Support shift in mouse bindings. There's really no reason not to.oga2008-06-251-0/+2
* missed one mouse functionokan2008-06-171-1/+2
* Ignore caps lock and numlock for keyboard bindings. The way Xlib makesoga2008-06-171-5/+1
* confable menu and window mouse bindings from rivo nurges (thanks!) withokan2008-06-141-3/+58
* finally document functions that can be bound, removing the need to haveokan2008-06-131-6/+106
* allow an autogroup value of 0 to mean no group. This means you can setoga2008-05-191-1/+5
* fix backwards logic in example; found by oga@okan2008-05-181-3/+3