summary refs log tree commit diff
path: root/cwm.1
Commit message (Collapse)AuthorAgeFilesLines
* Allow cwm(1) to cycle through windows of the same window class as the HEAD masterokan2023-07-201-0/+4
| | | | | | | active window; default key binding to M-grave, respectively Alt-Tilde, like other window managers have as well. from Simon Dassow
* Add application sectionkn2019-07-091-2/+6
| | | | | | | | | | Link what is described as "applications" here to how they are actually defined in cwmrc(5). While here, call the configuration file what it is instead of reusing the default path (already mentioned in the FILES section). OK okan
* Add a configtest flag (-n).okan2019-02-251-1/+4
| | | | based on a diff from Sascha Paunovic.
* Rename internal functions to delinate between client remove, delete and xprotookan2019-02-221-1/+1
| | | | | delete; 'window-close' is now the proper action, but 'window-delete' as an alias will remain until more interesting changes require breaking configs.
* Slightly expand and expose verbose debugging.okan2018-02-041-0/+6
|
* Typo, from Julien Steinhauser.okan2017-12-301-1/+1
|
* Convert menu-exec-wm from an abritrary exec menu, into a config-based menu fromokan2017-12-291-1/+1
| | | | | | | | which one may configure (wm <name> <path_and_args>) (and choose) specific window managers to replace the running one. 'wm cwm cwm' is included by default. No objections and seems sensible to sthen.
* Add support for re-exec'ing with SIGHUP; equivalent to the already built-inokan2017-12-271-0/+8
| | | | 'restart' function.
* Use the key names from keysymdef.h in the default key bindings list forokan2017-07-211-6/+6
| | | | | | clarification. from Michael Reed.
* Change 'menu-window' to display all windows; then add 'menu-window-hidden' forokan2016-12-011-2/+2
| | | | | | | | the previous behaviour of 'menu-window'. 'menu-window' becomes the default binding; use 'bind-mouse "1" menu-window-hidden' to restore old behaviour for those who prefer. OK sthen@ (long long time ago on a different version)
* Remove the (8) default bindings for pointer move since they conflict withokan2016-11-141-5/+0
| | | | | | | default bindings for emacs, which wins; the feature remains and can be bound to whatever users wish with cwmrc(5). from mpi@
* More accurate to say 'toggle', rather than 'select', for group[n]/nogroup.okan2016-10-051-2/+2
|
* Add CM-a for 'nogroup' (CM-0 stays for now); update manpage to reflect.okan2016-10-051-1/+1
|
* Fix whitespace.okan2015-08-211-2/+2
|
* a start to cleaning:okan2015-05-311-98/+77
| | | | | | | | | | | - no reason for pointer movement and window movement and resizing sections that just describe default key bindings - key bindings are for all search and exec dialogs, not just for windows - adding missing bindings - normalize and wordsmith - re-order sections according to mdoc(7) feedback and ok from jmc@
* Implement _NET_WM_STATE_STICKY, bound to CM-s by default; allows anyokan2014-08-251-1/+3
| | | | | | | client to 'stick' to all desktops (ewmh speak) or groups - this currently has the same affect as setting a client's group to 'nogroup', with the exception that the client can also be in a group, so when un-sticking, the client will go back to its original group/desktop.
* Let the config parser continue parsing even after encountering an error;okan2014-02-011-5/+14
| | | | | | | | original idea (with now-outdated patch) from Thomas Adam. Since we now report where errors exist, this now makes more sense. Expand a bit on config file parsing in the cwm(1). Discussed with a few, including sthen; ok sthen.
* Implement support for EWMH's _NET_WM_STATE_FULLSCREEN hint.okan2013-12-161-2/+4
| | | | | | | | | | | | | | | | Since we already have a form of 'maximize', we need to differentiate between 'maximize' and the new 'fullscreen' mode. The 'maximize' mode will continue to honor gap but now *retains* the border, matching the 'vert/horz maximize' behaviour. The new 'fullscreen' mode supports and follows the _NET_WM_STATE_FULLSCREEN hint, allowing the client perform additional window modifications; in this mode, cwm(1) will *ignore* gap, remove borders and freeze(move/resize) the client. Additionally, 'fullscreen' mode will remember various combinations of previous states. * default keybinding changes: CM-f 'fullscreen', CM-m 'maximize' (re-map as desired). Positive feedback from a few, testing and ok sthen@
* replace 'reload' with 'restart', which merely re-exec's cwm using theokan2012-10-311-2/+3
| | | | | | | existing argv; same idea with respect to argv saving as Alexander Polakov. reload support was half-complete and is getting in the way. agreed to by many
* fix section order: move AUTHORS below HISTORY; from Tiago Cunhaokan2012-05-091-11/+11
| | | | ok jmc@
* kill useless .Pppascal2012-05-071-2/+1
| | | | ok jmc@
* introduce a new 'freeze' flag (CMS-f by default) which may be applied tookan2011-05-071-1/+3
| | | | | | | | | | | | | any window, after which all move/resize requests will be ignored, essentially freezing the window in place. there's a possibility to merge this with the 'ignore' concept, pending on how ignore+freeze should behave (really more ewmh stuff), but punting for now since ponies are on the line. requested and tested by thib at k2k11 with ponies, unicorns and rainbows. 'save the unicorns' todd@, ok oga@
* s/-offset -indent/-offset indent/ for correct indentation,schwarze2010-09-251-4/+4
| | | | | and properly encode \(:a found by mandoc -Tlint
* Add a keybinding to allow horizontal maximisation of a window (CMS-enter).oga2009-08-241-1/+3
| | | | | | based on a diff by Thomas Pfaff; thanks! ok okan@
* ``exec'' and ``ssh'' are lowercase.sobrado2009-06-191-3/+3
| | | | ok martynas@
* items on the first list should have full stops too.sobrado2009-06-181-7/+7
| | | | ok martynas@
* the on-line manual should use the same notation for key bindingssobrado2009-06-181-37/+49
| | | | | | | | as the configuration file, this way writing configuration files is easier; add a few missing interactive command (.Ic) macros to key bindings; slightly improve spacing in the lists; other tweaks. ok martynas@
* remove leftover from mdoc.samples; ok jmc@martynas2009-02-071-2/+1
|
* .Bl needs a matching .El. From Martin Toft a while ago, thanks!oga2008-09-221-0/+1
|
* Nm makes more sense than Xr, from Pierre Riteau - thanks!okan2008-07-111-1/+1
|
* Change "a window" to "current window" in documentation. it's more correct.oga2008-07-111-8/+8
| | | | | | While i'm here: Capital letter and full stop in descriptions in cwmrc.5 "looks good - do it" okan@.
* add Xr for cwm(1)okan2008-07-111-2/+3
|
* no more hidden (and mysterious) config reloads and allow binding a keyokan2008-07-111-0/+2
| | | | | | 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,oga2008-06-251-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.
* Sort flags.oga2008-06-251-4/+4
| | | | | | From Pierre Riteau, thanks! ok okan@.
* Enter -> Return, to be consistant and correct.okan2008-06-051-4/+4
| | | | | | found the hard way by johan and discovered by oga. "do it" oga@
* "Meta is a perfectly well defined concept in X (The keys bound to theokan2008-06-031-1/+1
| | | | Meta_L or Meta_R keysysm). no need to redefine it roughly there" - matthieu@
* as done with cycle/rcycle, make prev/next group switching one kbfuncsokan2008-05-191-3/+3
| | | | | | and use a flag; adjusted to match and rename to {r,}cycle. "ok, since i came up with the same thing" oga@
* finally implement keyboard binding for group togglingokan2008-05-191-1/+3
| | | | | | | | | | idea for the "slightly-less-abhorrent-hack-but-a-hack-nonetheless-TM" from oga@ grab and ungrab the keyboard to get around some silly X apps that like stealing events ok oga@
* - add vi keybindings to searchokan2008-04-151-5/+7
| | | | | | - allow for ctrl-h as well discussion with and ok oga@
* better 'quit' keybinding default (CMS-q)okan2008-04-081-3/+3
| | | | | | feedback from oga@ and simon@ ok oga@ simon@
* Add quit function, bind it per default to CM-q and change exec_wmsimon2008-04-071-2/+4
| | | | | | | | | binding to CM-w. Inital diff from Gleydson Soares Feedback from oga@ and okan@ ok oga@
* Replace the symlink configuration scheme with a simple yacc parser assimon2008-03-231-121/+10
| | | | | | | | | 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@
* Rip out, burn, and dance around the grave of group-edit mode.oga2008-03-221-9/+4
| | | | | | | | | | | I've yet to speak to anyone who uses it, so just kill it. You can still add/remove from groups using the mouse binding. Groups may get a re-work sometime soon if i have a stroke of genius. knocks about 4k off the i386 binary for me. ok okan@, todd@.
* typo fix. ok ogasthen2008-03-141-1/+1
|
* Change the default for XSRCDIR to /usr/xenocara. ok deraadt@matthieu2008-03-031-1/+1
|
* Trivial typo in recent "exec windowmanager" additionian2008-01-221-1/+1
|
* All of the 9wm code in cwm has been removed or re-written. Edit LICENSEoga2008-01-161-15/+13
| | | | | | | and the manpage to reflect this. While i'm here remove the note in todo about cleaning up the menu code; it's been done. ok ian@, okan@ (he also provided most of the manpage rework)
* - Remove the "all rights reserved" tag at the top of most of the sourceoga2008-01-111-0/+14
| | | | | | | | | | | | | | | | | | files, and replace them with the actual ISC license. - add license to the manpage (it was lacking before) - correct license statement in the README Permission given by Marius (copyright holder): "1. please replace with the standard ISC license 2. you may add the ISC license to the man page 3. feel free to replace the information in the README as well" and Dros (copyright holder for group.c): "Please switch group.c to the ISC License." ok ian@
* Add a "restart wm" function. ok oga@ian2007-11-281-0/+6
|