aboutsummaryrefslogtreecommitdiffstats
path: root/cwmrc.5 (unfollow)
Commit message (Collapse)AuthorLines
2009-08-24Add a keybinding to allow horizontal maximisation of a window (CMS-enter).oga-2/+4
based on a diff by Thomas Pfaff; thanks! ok okan@
2009-08-08remove unnecessary Ar macrosokan-4/+4
ok jmc@
2009-08-08remove unnecessary Dq macro; based on a diff from Martin Toftokan-4/+4
feedback and ok jmc@, martynas@
2009-05-17a long time coming - re-work the way we deal with colors: since we'reokan-1/+13
using Xft(3), use it to select the font color as well instead of trying to build one; properly allocate and free colors at-will, e.g. we now have configurable colors. feedback and ok's todd@ and oga@
2009-05-17add a "movetogroup" function, which hides the current window fromsthen-2/+10
display and moves it to another group. useful with the recently added "grouponly" function, giving the ability to use groups as simple virtual desktops (similar to e.g. xmonad, dwm and scrotwm). this doesn't have default keyboard bindings; cwmrc(5) now shows how you could use these functions (use M-1...9 for grouponly1...9 and MS-1...9 for movetogroup1...9 to emulate the default dwm bindings). ok oga@
2009-05-14Add a new command (currently no default keybindings for it), grouponly[1-9].oga-2/+6
This works like the group select binding, but hides all other groups. So, the people who've been complaining that they don't get "virtual desktops" in cwm may want to try this out in cwmrc (from memory, untested): --- #cwmrc # add new windows to the current group set sticky # automatically sticky windows. xclock for now. # to make more windows sticky use group_toggle to unset their group autogroup 0 xclock # make the group selection keys hide other groups, emulate virtual desktops bind CM-1 grouponly1 bind CM-2 grouponly2 bind CM-3 grouponly3 bind CM-4 grouponly4 bind CM-5 grouponly5 bind CM-6 grouponly6 bind CM-7 grouponly7 bind CM-8 grouponly8 bind CM-9 grouponly9 --- mostly by sthen, tweaks from me. ok todd@, "if it works i'm ok with it" okan@, ok sthen@
2009-05-04right and middle mouse buttons swapped; from rgouveia@cosmico.netokan-3/+3
2009-05-04properly document menu_unhide; tweak a patch from rgouveia@cosmico.net - thanks.okan-3/+3
ok oga@
2009-02-07add 'moveamount' to cwmrc; it sets keyboard movement amount, makingmartynas-27/+80
it more useful on large screens manpage tweak & ok jmc@ ok okan@, oga@
2009-02-07remove leftover from mdoc.samples; ok jmc@martynas-3/+2
2009-01-21borderwidth as a cwmrc(5) keyword, really helps debuggingtodd-2/+6
from okan@ ok oga@
2008-09-22Improve wording of the ``ignore'' directive. From Martin Toft a whileoga-4/+5
ago, ok okan@ from similar amount of time ago.
2008-07-11Change "a window" to "current window" in documentation. it's more correct.oga-60/+60
While i'm here: Capital letter and full stop in descriptions in cwmrc.5 "looks good - do it" okan@.
2008-07-11no more hidden (and mysterious) config reloads and allow binding a keyokan-2/+4
to a config reload; CMS-r by default. ok oga@
2008-06-25Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3,oga-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.
2008-06-25Support mod4 (windows key) in mouse bindings too.oga-1/+3
2008-06-25Support shift in mouse bindings. There's really no reason not to.oga-2/+4
tested by johan@ and todd@.
2008-06-17missed one mouse functionokan-1/+2
noticed by oga
2008-06-17Ignore caps lock and numlock for keyboard bindings. The way Xlib makesoga-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.
2008-06-14confable menu and window mouse bindings from rivo nurges (thanks!) withokan-4/+59
some minor fixups, man page bits and knf. ok oga@
2008-06-13finally document functions that can be bound, removing the need to haveokan-7/+107
name_to_kbfunc[] around. feedback jmc@, ok oga@
2008-05-19allow an autogroup value of 0 to mean no group. This means you can setoga-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@.
2008-05-18fix backwards logic in example; found by oga@okan-3/+3
2008-05-18- re-order and mostly re-write cwmrc(5)okan-114/+124
- merge example config file into cwmrc(5) and remove (little good in here) feedback from jmc@ - thanks! ok simon@
2008-04-28nits from Pierre Riteau - thanks!okan-4/+5
ok oga@
2008-04-15hit it with the knf stick.oga-6/+6
2008-04-15Add "gap" support to .cwmrc. The options put in here make gaps on the edgeoga-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@.
2008-03-23Replace the symlink configuration scheme with a simple yacc parser assimon-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@