diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-07-08 15:58:59 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-07-08 15:58:59 +0200 |
commit | a4a96be981629ffaa6f8db5ebb5a8f52bba4baf0 (patch) | |
tree | 850b3e83b0b6b3e595b1d7cf72f4477bdf452b16 /awesomerc | |
parent | b63db17e69889a00f5b21854d957c7ac4c74b6d1 (diff) |
Added transset foo
Diffstat (limited to 'awesomerc')
-rw-r--r-- | awesomerc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,6 +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 = "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" } |