From cc6d77bac7e8ddce7c8d7bd31940729941a7cf02 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 2 Dec 2010 14:51:40 +0100 Subject: awesome: add toggle_touchpad keybinding --- .config/awesome/awesome.lua | 1 + 1 file changed, 1 insertion(+) (limited to '.config/awesome') diff --git a/.config/awesome/awesome.lua b/.config/awesome/awesome.lua index 3ce2842..c42f004 100644 --- a/.config/awesome/awesome.lua +++ b/.config/awesome/awesome.lua @@ -226,6 +226,7 @@ globalkeys = awful.util.table.join( awful.key({ modkey, }, "Print", function () awful.util.spawn("scrot -s") end), awful.key({ }, "XF86Suspend", function () awful.util.spawn("sudo pm-suspend") end), + awful.key({}, "XF86TouchpadToggle", function () awful.util.spawn(os.getenv("HOME") .. "/.scripts/toggle_touchpad.sh") end), awful.key({ modkey, "Shift" }, "r", awesome.restart), -- cgit