better 'quit' keybinding default (CMS-q)

feedback from oga@ and simon@

ok oga@ simon@
This commit is contained in:
okan 2008-04-08 14:12:28 +00:00
parent 539b5c6534
commit 9702d4cfd7
2 changed files with 4 additions and 4 deletions

2
conf.c
View File

@ -119,7 +119,7 @@ conf_init(struct conf *c)
conf_bindname(c, "M-Left", "prevgroup"); conf_bindname(c, "M-Left", "prevgroup");
conf_bindname(c, "CM-f", "maximize"); conf_bindname(c, "CM-f", "maximize");
conf_bindname(c, "CM-equal", "vmaximize"); conf_bindname(c, "CM-equal", "vmaximize");
conf_bindname(c, "CM-q", "quit"); conf_bindname(c, "CMS-q", "quit");
conf_bindname(c, "M-h", "moveleft"); conf_bindname(c, "M-h", "moveleft");
conf_bindname(c, "M-j", "movedown"); conf_bindname(c, "M-j", "movedown");

6
cwm.1
View File

@ -15,7 +15,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.\" The following requests are required for all man pages. .\" The following requests are required for all man pages.
.Dd $Mdocdate: March 23 2008 $ .Dd $Mdocdate: April 7 2008 $
.Dt CWM 1 .Dt CWM 1
.Os .Os
.Sh NAME .Sh NAME
@ -61,8 +61,6 @@ their functionality is described in more detail later.
Spawn a new terminal. Spawn a new terminal.
.It Ic C-M-Delete .It Ic C-M-Delete
Lock the screen. Lock the screen.
.It Ic C-M-q
Quit cwm.
.It Ic M-Enter .It Ic M-Enter
Hide current window. Hide current window.
.It Ic M-Down .It Ic M-Down
@ -112,6 +110,8 @@ Spawn
dialog; allows you to switch from dialog; allows you to switch from
.Nm .Nm
to another window manager without restarting the X server. to another window manager without restarting the X server.
.It Ic C-M-S-q
Quit cwm.
.El .El
.Pp .Pp
The mouse bindings are also important, they are: The mouse bindings are also important, they are: