diff options
Diffstat (limited to '.config/awesome')
-rw-r--r-- | .config/awesome/awesome.lua | 2 |
1 files changed, 0 insertions, 2 deletions
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), |