add default binding to restart awesome

This commit is contained in:
Julien Danjou 2008-01-03 21:58:08 +01:00
parent a69b5dfc40
commit 86a970cde1
2 changed files with 9 additions and 2 deletions

View File

@ -117,6 +117,8 @@ DEFAULTS KEY BINDINGS
Kill client.
*Mod4 \+ Shift \+ q*::
Quit awesome.
*Mod4 \+ Control \+ r*::
Restart awesome.
*Mod4 + 0-9*::
Switch to tag 1-9, 0 for all.
*Mod4 \+ Control \+ 0-9*::

View File

@ -325,7 +325,13 @@ keys
key = "q"
command = "quit"
}
key
{
modkey = {"Mod4", "Control"}
key = "r"
command = "exec"
arg = "awesome"
}
key
{
modkey = {"Mod4"}
@ -339,7 +345,6 @@ keys
keylist = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }
arglist = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }
}
key
{
modkey = {"Mod4", "Control"}