summaryrefslogtreecommitdiff
path: root/mcwm.man
diff options
context:
space:
mode:
Diffstat (limited to 'mcwm.man')
-rw-r--r--mcwm.man26
1 files changed, 16 insertions, 10 deletions
diff --git a/mcwm.man b/mcwm.man
index e77c919..df1976b 100644
--- a/mcwm.man
+++ b/mcwm.man
@@ -1,4 +1,4 @@
-.TH mcwm 1 "Mar 30, 2011" "" ""
+.TH mcwm 1 "Jul 21, 2011" "" ""
.SH NAME
mcwm \- MC's Window Manager for X11.
.SH SYNOPSIS
@@ -27,7 +27,8 @@ mcwm \- MC's Window Manager for X11.
.PP
\-b means draw no window borders.
.PP
-\-t urxvt will start urxvt when MODKEY + Return is pressed.
+\-t urxvt will start urxvt when MODKEY + Return is pressed. Change to
+your prefered terminal program or something else entirely.
.PP
\-f colour sets border colour for focused window to a named colour,
such as "red".
@@ -42,8 +43,8 @@ Nota bene: For mcwm to be at all useful you need to know how what keys
generate the Mod1 and Mod4 modifier masks (default). If you don't
know, use
.B xmodmap(1)
-with the \-pm option to list them. You can change the modifiers in
-config.h and recompiling.
+with the \-pm option to list them. If you don't want to use Mod1 and
+Mod4, you can change the modifiers in the file config.h and recompile.
With the the default configuration, use mcwm like this.
.PP
@@ -116,25 +117,30 @@ the window, change to the workspace you want, then unfix the window on
the new workspace.
.IP \(bu 2
.B y
-move to upper left corner.
+move to upper left corner of physical screen.
.IP \(bu 2
.B u
-move to upper right corner.
+move to upper right corner of physical screen..
.IP \(bu 2
.B b
-move to lower left corner.
+move to lower left corner of physical screen..
.IP \(bu 2
.B n
-move to lower right corner.
+move to lower right corner of physical screen..
.IP \(bu 2
.B 0\-9
go to workspace n, 0-9.
.IP \(bu 2
.B End
close focused window.
+.IP \(bu 2
+.B ,
+move window to previous physical screen.
+.IP \(bu 2
+.B .
+move window to next physical screen.
.RE
.PP
-.PP
Note that all functions activated from the keyboard work on the
currently focused window regardless of the position of the mouse
cursor. Of course, changing workspaces has nothing to do with the
@@ -169,7 +175,7 @@ xrdb \-load ~/.Xresources
mcwm &
# Start a terminal in the foreground. If this dies, X dies.
-urxvt
+exec urxvt
.fi
.in -4
.sp