diff options
Diffstat (limited to 'awesomerc')
-rw-r--r-- | awesomerc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ mouse { keys { key { modkey = {"Mod1"} key = "q" command = "spawn" arg = "`dmenu_path | dmenu` && eval \"exec $exe\"" } - key { modkey = {"Mod1"} key = "w" command = "spawn" arg = "transset" } + key { modkey = {"Mod1"} key = "c" command = "spawn" arg = "`transset`" } key { modkey = {"Mod1"} key = "Return" command = "spawn" arg = "exec x-terminal-emulator" } key { modkey = {"Mod1"} key = "l" command = "spawn" arg = "exec slock" } key { modkey = {"Mod1"} key = "space" command = "tag_setlayout" arg = "+1" } |