rodentbane mouse control added
This commit is contained in:
parent
34c652d058
commit
396332a485
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -4,3 +4,6 @@
|
|||
[submodule "vicious"]
|
||||
path = vicious
|
||||
url = http://git.sysphere.org/vicious
|
||||
[submodule "rodentbane"]
|
||||
path = rodentbane
|
||||
url = git://git.glacicle.com/awesome/rodentbane.git
|
||||
|
|
|
@ -58,8 +58,7 @@ globalkeys = awful.util.table.join(
|
|||
awful.key({ modkey, "Control" }, "r", awesome.restart),
|
||||
awful.key({ modkey, "Shift" }, "q", awesome.quit),
|
||||
awful.key({ }, "Menu", aweswt.switch),
|
||||
awful.key({ }, "Scroll_Lock", aweswt.switch),
|
||||
|
||||
awful.key({ modkey }, "BackSpace", rodentbane.start),
|
||||
--}}}
|
||||
|
||||
--{{{ tabletpc keys
|
||||
|
|
1
rc.lua
1
rc.lua
|
@ -12,6 +12,7 @@ require("naughty")
|
|||
require("teardrop")
|
||||
require("obvious.popup_run_prompt")
|
||||
require("vicious")
|
||||
require("rodentbane.rodentbane")
|
||||
require("aweswt")
|
||||
|
||||
MY_PATH = os.getenv("HOME") .. "/.config/awesome/"
|
||||
|
|
1
rodentbane
Submodule
1
rodentbane
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 438581ac54a015e3f120d7615be2a87029a1cdab
|
Loading…
Reference in a new issue