Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-15 | Moved scripts out of manual. | Michael Cardell Widerkrantz | |
2012-02-15 | Put the iconify functionality behind a command line option (-i) and | Michael Cardell Widerkrantz | |
added the default (false) to config.h. Documented the iconfiy/hide windows functionality in the manual. | |||
2011-11-23 | Simplified and renamed start_terminal() to start() which can start any | Michael 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-21 | Clarified. | Michael Cardell Widerkrantz | |
Added exec in .xinitrc example. | |||
2011-06-01 | Added new keys. | Michael Cardell Widerkrantz | |
2011-03-30 | Notes about the position of the mouse cursor. | Michael Cardell Widerkrantz | |
2011-03-28 | Removed USERKEY_MOD and KEY_ALT special handling. Now asks X server | Michael 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-18 | Updated to match the new behaviour of MODKEY + Tab. | Michael Cardell Widerkrantz | |
Changed xsetroot example. | |||
2010-12-01 | Make it clear how to move a window between workspaces. | Michael Cardell Widerkrantz | |
2010-11-18 | Changed Mod2 to Mod4 when I realized that Mod2 is usually bound to | Michael Cardell Widerkrantz | |
NumLock, a locking key, in many default configurations! | |||
2010-11-01 | Added End key. | Michael Cardell Widerkrantz | |
2010-07-20 | Added -x. | Michael Cardell Widerkrantz | |
Changed wording. Added more keys. | |||
2010-07-17 | Added a note about xmodmap -pm. | MC | |
2010-07-08 | Noted that max now toggles.20100708 | MC | |
2010-06-30 | Added a line about the Tab key. | MC | |
2010-06-30 | Updated with virtual workspaces. | MC | |
2010-06-28 | Added man-page. | MC | |