about summary refs log tree commit diff
path: root/cwm.1
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Make cwm default keybindings always exist. Additional keybindings nowoga2007-11-191-2/+9
| | | | | | | | | | overlap with the new ones, overriding them. Also a new "unmap" keyword in binding definitions now unmaps a binding without adding a new one. This seriously shrinks the ~/.calmwm/.keys directory of anyone who defines their own bindings whilst wanting some of the defaults. Looked over, liked and ok todd@
* fix a pasto: documentation/5639 from viqjmc2007-11-161-11/+11
| | | | | | | while i'm at it: - fix an .El botch up - kill trailing whitespace - new sentence, new line
* enable pointer movement in cwm via C-<arrowkeys>todd2007-11-131-0/+8
| | | | looked over by oga@
* Small manpage nit.oga2007-11-081-2/+2
| | | | From Okan Demirmen, thanks!
* Document cwm's keybinding support. It was already there, but not in the manpage.oga2007-11-071-0/+58
| | | | | | 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-071-2/+6
| | | | | | Please note that this remaps Control-Meta-L (label) to Control-Meta-N (name). ok jasper@, todd@.
* wordingian2007-10-071-1/+1
|
* Okan Demirmen sent me a diff to kill some silly Fa macros, then persuadedjmc2007-06-291-100/+112
| | | | | | me to clean this page up; jasper and bernd gave oks for the Fa removal;
* implement keyboard initiated movement of windowstodd2007-06-271-0/+7
| | | | | | 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-261-0/+4
| | | | | | | | | | | | _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@
* document the autogroup functionality.jasper2007-06-061-0/+19
| | | | with aon@iki.fi
* full screen sized windowsjasper2007-05-271-0/+2
| | | | ok matthieu@
* - new sentence, new line.jasper2007-05-101-47/+43
| | | | | | | - use .Pp instead of just a newline - no empty lines between sections. ok jmc@ matthieu@
* - add a "-d" option, to specify the display cwm should be started onjasper2007-05-101-0/+11
| | | | | | | - adjust argc/argv by optind - add an ENVIRONMENT section to the manpage ok matthieu@ ray@
* Apply cwm-3-exec.diff from http://aon.iki.fi/cwm/. Document the newbernd2007-04-271-0/+2
| | | | key binding.
* Initial revisionbernd2007-04-271-0/+223