From 396332a48509acd26e1519dc9b72826440774910 Mon Sep 17 00:00:00 2001 From: crater2150 Date: Tue, 10 May 2011 20:45:31 +0200 Subject: [PATCH] rodentbane mouse control added --- .gitmodules | 3 +++ bindings.lua | 3 +-- rc.lua | 1 + rodentbane | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) create mode 160000 rodentbane diff --git a/.gitmodules b/.gitmodules index 7757f61..0ae50e8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/bindings.lua b/bindings.lua index f7672aa..5b6bef2 100644 --- a/bindings.lua +++ b/bindings.lua @@ -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 diff --git a/rc.lua b/rc.lua index e24cd3a..ce48aed 100644 --- a/rc.lua +++ b/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/" diff --git a/rodentbane b/rodentbane new file mode 160000 index 0000000..438581a --- /dev/null +++ b/rodentbane @@ -0,0 +1 @@ +Subproject commit 438581ac54a015e3f120d7615be2a87029a1cdab