diff options
author | Michael Cardell Widerkrantz <mc@hack.org> | 2011-03-28 15:02:36 +0200 |
---|---|---|
committer | Michael Cardell Widerkrantz <mc@hack.org> | 2011-03-28 15:18:38 +0200 |
commit | b41b1c184ad1c51435c70a1ad5e05a48c14afe89 (patch) | |
tree | ec2f744df3d86e31bead44deddafac8e7cf68ac4 /mcwm.man | |
parent | 8722badc3d883a04433c7782e5b2d23063edd525 (diff) | |
download | mcwm-b41b1c184ad1c51435c70a1ad5e05a48c14afe89.zip |
Removed USERKEY_MOD and KEY_ALT special handling. Now asks X server
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.
Diffstat (limited to 'mcwm.man')
-rw-r--r-- | mcwm.man | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,4 +1,4 @@ -.TH mcwm 1 "Mar 18, 2011" "" "" +.TH mcwm 1 "Mar 26, 2011" "" "" .SH NAME mcwm \- MC's Window Manager for X11. .SH SYNOPSIS @@ -39,9 +39,11 @@ are visible on all workspaces. .SH USE Nota bene: For mcwm to be at all useful you need to know how what keys -generate the Mod1 and Mod4 modifier masks. If you don't know, use +generate the Mod1 and Mod4 modifier masks (default). If you don't +know, use .B xmodmap(1) -with the \-pm option to list them. +with the \-pm option to list them. You can change the modifiers in +config.h and recompiling. With the the default configuration, use mcwm like this. .PP @@ -99,8 +101,9 @@ start terminal .IP \(bu 2 .B Tab go to next window in the current workspace window ring. If you release -MODKEY mcwm will change focus. A new press of MODKEY + Tab will bring -you back to the window where you last had focus. +MODKEY or press another command key mcwm will change focus to the new +window. A new press of MODKEY + Tab will bring you back to the window +where you last had focus. .IP \(bu 2 .B f fix window so it is visible on all workspaces. Toggles. Press again to |