diff options
author | Michael Cardell Widerkrantz <mc@hack.org> | 2011-03-30 16:01:31 +0200 |
---|---|---|
committer | Michael Cardell Widerkrantz <mc@hack.org> | 2011-03-30 16:01:31 +0200 |
commit | 41726539557f178704a26ee79b666e712c168391 (patch) | |
tree | ec73e46119c5a85d0117513288f45a05bb6766e7 | |
parent | 8c5e2733cde5bf763bac29ec6079b90adf945b32 (diff) | |
download | mcwm-41726539557f178704a26ee79b666e712c168391.zip |
Notes about the position of the mouse cursor.
-rw-r--r-- | mcwm.man | 22 |
1 files changed, 16 insertions, 6 deletions
@@ -1,4 +1,4 @@ -.TH mcwm 1 "Mar 26, 2011" "" "" +.TH mcwm 1 "Mar 30, 2011" "" "" .SH NAME mcwm \- MC's Window Manager for X11. .SH SYNOPSIS @@ -50,16 +50,20 @@ With the the default configuration, use mcwm like this. Mod1 + mouse buttons: .RS .IP \(bu 2 -.B 1 +.B 1 move .IP \(bu 2 -.B 2 -raise +.B 2 +raise or lower .IP \(bu 2 -.B 3 -resize +.B 3 +resize window .RE .PP +Note that the mouse cursor needs to be inside the window you want to +move, raise/lower or resize even if it currently has the focus. This +is a feature, not a bug. +.PP Mod4 + key: .RS .IP \(bu 2 @@ -130,6 +134,12 @@ go to workspace n, 0-9. close focused window. .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 +focused window. +.PP If you don't like the default key bindings, border width, et cetera, look in the config.h file, change and recompile. .PP |