Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | right and middle mouse buttons swapped; from rgouveia@cosmico.net | okan | 2009-05-04 | -3/+3 | |
| | |||||
* | properly document menu_unhide; tweak a patch from rgouveia@cosmico.net - thanks. | okan | 2009-05-04 | -3/+3 | |
| | | | | ok oga@ | ||||
* | add 'moveamount' to cwmrc; it sets keyboard movement amount, making | martynas | 2009-02-07 | -27/+80 | |
| | | | | | | it more useful on large screens manpage tweak & ok jmc@ ok okan@, oga@ | ||||
* | remove leftover from mdoc.samples; ok jmc@ | martynas | 2009-02-07 | -3/+2 | |
| | |||||
* | borderwidth as a cwmrc(5) keyword, really helps debugging | todd | 2009-01-21 | -2/+6 | |
| | | | | | from okan@ ok oga@ | ||||
* | Improve wording of the ``ignore'' directive. From Martin Toft a while | oga | 2008-09-22 | -4/+5 | |
| | | | | ago, ok okan@ from similar amount of time ago. | ||||
* | Change "a window" to "current window" in documentation. it's more correct. | oga | 2008-07-11 | -60/+60 | |
| | | | | | | While i'm here: Capital letter and full stop in descriptions in cwmrc.5 "looks good - do it" okan@. | ||||
* | no more hidden (and mysterious) config reloads and allow binding a key | okan | 2008-07-11 | -2/+4 | |
| | | | | | | to a config reload; CMS-r by default. ok oga@ | ||||
* | Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3, | oga | 2008-06-25 | -1/+3 | |
| | | | | | | so it's hard to press by accident, but there if you need it. requested (in a way) and tested by johan and todd. | ||||
* | Support mod4 (windows key) in mouse bindings too. | oga | 2008-06-25 | -1/+3 | |
| | |||||
* | Support shift in mouse bindings. There's really no reason not to. | oga | 2008-06-25 | -2/+4 | |
| | | | | tested by johan@ and todd@. | ||||
* | missed one mouse function | okan | 2008-06-17 | -1/+2 | |
| | | | | noticed by oga | ||||
* | Ignore caps lock and numlock for keyboard bindings. The way Xlib makes | oga | 2008-06-17 | -6/+2 | |
| | | | | | | | | | you do this is ugly. Also remove mod2 (numlock) and mod3 (odd) from the list of keybinding modifiers. They don't make much sense here. based on a heavily modified diff from Martynas. ok okan. | ||||
* | confable menu and window mouse bindings from rivo nurges (thanks!) with | okan | 2008-06-14 | -4/+59 | |
| | | | | | | some minor fixups, man page bits and knf. ok oga@ | ||||
* | finally document functions that can be bound, removing the need to have | okan | 2008-06-13 | -7/+107 | |
| | | | | | | name_to_kbfunc[] around. feedback jmc@, ok oga@ | ||||
* | allow an autogroup value of 0 to mean no group. This means you can set | oga | 2008-05-19 | -3/+7 | |
| | | | | | | | | | automatically "sticky" (in the traditional sense of the word) windows in autogroup mode. Based on an initial diff from Andrew Fresh, thanks! ok okan@. | ||||
* | fix backwards logic in example; found by oga@ | okan | 2008-05-18 | -3/+3 | |
| | |||||
* | - re-order and mostly re-write cwmrc(5) | okan | 2008-05-18 | -114/+124 | |
| | | | | | | | | - merge example config file into cwmrc(5) and remove (little good in here) feedback from jmc@ - thanks! ok simon@ | ||||
* | nits from Pierre Riteau - thanks! | okan | 2008-04-28 | -4/+5 | |
| | | | | ok oga@ | ||||
* | hit it with the knf stick. | oga | 2008-04-15 | -6/+6 | |
| | |||||
* | Add "gap" support to .cwmrc. The options put in here make gaps on the edge | oga | 2008-04-15 | -2/+12 | |
| | | | | | | | | | of the screen where an application won't be {,vert}maximized over. used for placing a statusbar or something like xclock. Patch from Edd Barrett, with input from myself and okan. Thanks! ok okan@. | ||||
* | Replace the symlink configuration scheme with a simple yacc parser as | simon | 2008-03-23 | -0/+158 | |
found in other places of the tree. Remove sticky and font commandline options and add another one for alternative config locations. Split off cwmrc(5) from cwm(1), nuke #ifdef __OpenBSD__ while there. tested by various kind people, feedback from oga@ and okan@ - thanks! ok oga@, jasper@, okan@ |