summaryrefslogtreecommitdiff
path: root/mcwm.man
AgeCommit message (Collapse)Author
2013-08-11Support for window snapping to screen border and other windows. TurnSimone Vellei
on with -s snap-margin. Contributed by Simone Vellei <henomis@gmail.com>. Committed with small changes.
2013-02-08Added support for moving to previous and next workspace. Thanks ceder!Per Cederqvist
2013-02-07Added support for backtabbing. Thanks ceder!Per Cederqvist
2013-02-07Add example with -i.Michael Cardell Widerkrantz
2012-04-30width should also be optional.Michael Cardell Widerkrantz
2012-03-09Mention hidden and mcicon.Michael Cardell Widerkrantz
Use "monitor" instead of "physical screen". Mention $DISPLAY.
2012-03-05Added title shell function.Michael Cardell Widerkrantz
2012-02-16Added iconify/hide key, MODKEY + i.Michael Cardell Widerkrantz
Changed manual. Group together window operations in manual.
2012-02-15Moved scripts out of manual.Michael Cardell Widerkrantz
2012-02-15Put the iconify functionality behind a command line option (-i) andMichael Cardell Widerkrantz
added the default (false) to config.h. Documented the iconfiy/hide windows functionality in the manual.
2011-11-23Simplified and renamed start_terminal() to start() which can start anyMichael Cardell Widerkrantz
program. Skip the double fork() and explicitly ignore SIGCHLD to fend off zombies. Added support for mouse buttons on root window to optionally start a program with start(). By default mouse button three starts mcmenu which must be in PATH.
2011-11-17-b no longer boolean. Now sets border width in number of pixels.Michael Cardell Widerkrantz
2011-07-21Clarified.Michael Cardell Widerkrantz
Added exec in .xinitrc example.
2011-06-01Added new keys.Michael Cardell Widerkrantz
2011-03-30Notes about the position of the mouse cursor.Michael Cardell Widerkrantz
2011-03-28Removed USERKEY_MOD and KEY_ALT special handling. Now asks X serverMichael Cardell Widerkrantz
for keycodes with MODKEY mask instead and checks for those. Also stops tabbing around not only when MODKEY keys are released, but also when another MODKEY command is pressed.
2011-03-18Updated to match the new behaviour of MODKEY + Tab.Michael Cardell Widerkrantz
Changed xsetroot example.
2010-12-01Make it clear how to move a window between workspaces.Michael Cardell Widerkrantz
2010-11-18Changed Mod2 to Mod4 when I realized that Mod2 is usually bound toMichael Cardell Widerkrantz
NumLock, a locking key, in many default configurations!
2010-11-01Added End key.Michael Cardell Widerkrantz
2010-07-20Added -x.Michael Cardell Widerkrantz
Changed wording. Added more keys.
2010-07-17Added a note about xmodmap -pm.MC
2010-07-08Noted that max now toggles.20100708MC
2010-06-30Added a line about the Tab key.MC
2010-06-30Updated with virtual workspaces.MC
2010-06-28Added man-page.MC