diff options
author | Jason Creighton <jcreigh@gmail.com> | 2007-05-27 08:29:14 +0200 |
---|---|---|
committer | Jason Creighton <jcreigh@gmail.com> | 2007-05-27 08:29:14 +0200 |
commit | af77755668b7a3dc3f6bcf9c0bbf7e01852ab670 (patch) | |
tree | 9dc33d9d98841a33cbf4d35ed6b4f331602b94fa /man | |
parent | f80572c4c2d27db83f759b584f6c7a84d33a6041 (diff) | |
download | metatile-af77755668b7a3dc3f6bcf9c0bbf7e01852ab670.tar metatile-af77755668b7a3dc3f6bcf9c0bbf7e01852ab670.zip |
Generate keybindings section in manpage from Config.hs
darcs-hash:20070527062914-b9aa7-d28805de3a198f81ca54cb800250bb16f65ab036
Diffstat (limited to 'man')
-rw-r--r-- | man/xmonad.1.in (renamed from man/xmonad.1) | 31 |
1 files changed, 1 insertions, 30 deletions
diff --git a/man/xmonad.1 b/man/xmonad.1.in index 7b78c85..e046a77 100644 --- a/man/xmonad.1 +++ b/man/xmonad.1.in @@ -36,36 +36,7 @@ mod-7 (to select workspace 7) .PP Since switching to the workspace currently visible on a given screen is such a common operation, shortcuts are provided: mod-{w,e,r} switch to the workspace currently visible on screens 1, 2, and 3 respectively. Likewise, shift-mod-{w,e,r} moves the current window to the workspace on that screen. Using these keys, the above example would become mod-w mod-7. .SS Default keyboard bindings -.IP \fBmod\-shift\-return\fR -Launch \fBxterm\fR. -.IP \fBmod\-p\fR -Launch \fBdmenu\fR. -.IP \fBmod\-shift\-p\fR -Launch \fBgmrun\fR. -.IP \fBmod\-space\fR -Switch tiling mode. -.IP "\fBmod\-j\fR or \fBmod\-tab\fR" -Focus next window in stack. -.IP \fBmod\-k\fR -Focus previous window in stack. -.IP \fBmod\-h\fR -Decrease the size of the master area. -.IP \fBmod\-l\fR -Increase the size of the master area. -.IP \fBmod\-shift\-c\fR -Kill client. -.IP \fBmod\-shift\-q\fR -Exit xmonad window manager. -.IP \fBmod\-shift\-ctrl\-q\fR -Restart xmonad window manager. -.IP \fBmod\-return\fR -Cycle the current tiling order. -.IP \fBmod\-[1..9]\fR -Switch to workspace N. -.IP \fBmod\-shift\-[1..9]\fR -Move client to workspace N. -.IP \fBmod\-[w,e,r]\fR -Switch to physical/Xinerama screen 1, 2 or 3. +___KEYBINDINGS___ .SH EXAMPLES To use \fBxmonad\fR as your window manager add: .RS |