aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c (follow)
Commit message (Collapse)AuthorAgeLines
* introduce conf_bindname() to drastically simplify conf.ctodd2007-11-13-184/+130
| | | | really liked by oga@
* enable pointer movement in cwm via C-<arrowkeys>todd2007-11-13-1/+29
| | | | looked over by oga@
* Document cwm's keybinding support. It was already there, but not in the manpage.oga2007-11-07-15/+52
| | | | | | While I'm here add support for extra modifier keys. "commit commit!" jasper@, ok todd@.
* Add support to cwm for resizing the windows using Control-Meta-[hjkl].oga2007-11-07-3/+27
| | | | | | Please note that this remaps Control-Meta-L (label) to Control-Meta-N (name). ok jasper@, todd@.
* implement keyboard initiated movement of windowstodd2007-06-27-1/+22
| | | | | | enhanced version of diff originally from niallo@ man bits from niallo@ ok niallo@ japser@
* modify "exec" dialog so that it auto-completes based on executables inniallo2007-06-26-1/+2
| | | | | | | | | | | | _PATH_DEFPATH add an "ssh-to" dialog which auto-completes based on contents of ~/.ssh/known_hosts (M-.) testing and eyeballing by Simon Kuhnle <simonkuhnle at web.de>, todd@, pedro@ mk@ and David Cathcart <david at cathcart.cx> ok todd@
* make it possible to cycle through the windows when non are selected.jasper2007-06-05-3/+3
| | | | | | (eg. when they're hidden, now you can cycle through them) from aon@iki.fi
* add two missing closedir()'sjasper2007-05-28-1/+7
| | | | | | from Antti Nykänen <aon at iki.fi> via bernd@ ok pedro@
* convert globals from G_foo to Foo, as per TODO.jasper2007-05-28-6/+6
| | | | "looks good" pedro@, ok matthieu@
* full screen sized windowsjasper2007-05-27-2/+4
| | | | ok matthieu@
* Apply cwm-3-exec.diff from http://aon.iki.fi/cwm/. Document the newbernd2007-04-27-1/+2
| | | | key binding.
* Initial import of cwm-3.bernd2007-04-27-0/+531
tested by sturm@, ok matthieu@