diff options
author | Austin Seipp <mad.one@gmail.com> | 2008-01-22 08:01:53 +0100 |
---|---|---|
committer | Austin Seipp <mad.one@gmail.com> | 2008-01-22 08:01:53 +0100 |
commit | 8860f7de3409c8a40107fd05b6f1308d02742453 (patch) | |
tree | 059d9cc2ca355ec0ab6b3f777988c24a2b6bac5f /man | |
parent | ef980ed2cf5e147e88262d29f2998c343c559d50 (diff) | |
download | xmonad-8860f7de3409c8a40107fd05b6f1308d02742453.tar.gz xmonad-8860f7de3409c8a40107fd05b6f1308d02742453.tar.xz xmonad-8860f7de3409c8a40107fd05b6f1308d02742453.zip |
Updated ./man/xmonad.1.in to contain new command line parameters
darcs-hash:20080122070153-da858-49c1ec97305c7c177d38020f3b5b481bcc3b96fa.gz
Diffstat (limited to 'man')
-rw-r--r-- | man/xmonad.1.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/xmonad.1.in b/man/xmonad.1.in index c2f92a6..77aee1e 100644 --- a/man/xmonad.1.in +++ b/man/xmonad.1.in @@ -18,6 +18,17 @@ You can switch to workspace N with mod-N. For example, to switch to workspace 5, .PP When running with multiple monitors (Xinerama), each screen has exactly 1 workspace visible. mod-{w,e,r} switch the focus between screens, while shift-mod-{w,e,r} move the current window to that screen. When \fBxmonad\fR starts, workspace 1 is on screen 1, workspace 2 is on screen 2, etc. When switching workspaces to one that is already visible, the current and visible workspaces are swapped. .PP +.SS Flags +\fBxmonad\fR has several flags which you may pass to the executable. These flags are: +.TP +\fB--recompile +Recompiles your configuration in ~/.xmonad/xmonad.hs if it is newer than your already existing ~/.xmonad/xmonad executable. +.TP +\fB--recompile-force +Unconditionally recompiles your configuration in ~/.xmonad/xmonad.hs. +.TP +\fB--version +Display version of \fBxmonad\fR. .SS Default keyboard bindings ___KEYBINDINGS___ .SH EXAMPLES |