From ec733a3377669bf39aabe0950e7fbfd8728273ec Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 7 Dec 2012 08:24:24 +0100 Subject: awesome: Remove handling suspend Systemd-logind defaults to doing this automatically, using it is much more consistent exprience, since it works on VT as well. :) --- .config/awesome/awesome.lua | 2 -- 1 file changed, 2 deletions(-) (limited to '.config') diff --git a/.config/awesome/awesome.lua b/.config/awesome/awesome.lua index dc9f9f0..429dff4 100644 --- a/.config/awesome/awesome.lua +++ b/.config/awesome/awesome.lua @@ -232,8 +232,6 @@ globalkeys = awful.util.table.join( awful.key({ modkey, }, "Print", function () awful.util.spawn("scrot -s") end), awful.key({ modkey, }, "Pause", function () awful.util.spawn("xset r rate 250 50") end), - awful.key({ }, "XF86Suspend", function () awful.util.spawn("systemctl suspend") end), - awful.key({ }, "XF86Sleep", function () awful.util.spawn("systemctl suspend") end), awful.key({ }, "XF86MonBrightnessUp", function () awful.util.spawn("sudo brightness up") end), awful.key({ }, "XF86MonBrightnessDown", function () awful.util.spawn("sudo brightness down") end), awful.key({}, "XF86TouchpadToggle", function () awful.util.spawn(cmd.tggle_tpd) end), -- cgit