diff --git a/rc.lua b/rc.lua index bf0a916..ade2b50 100644 --- a/rc.lua +++ b/rc.lua @@ -360,7 +360,6 @@ globalkeys = awful.util.table.join( beautiful.volume.update() end), - awful.key({ }, "F12", function() os.execute("poweroff") end), -- BACKLIGHT control awful.key({ }, "XF86MonBrightnessUp", function() os.execute("xbacklight -inc 5") end), awful.key({ }, "XF86MonBrightnessDown", function() os.execute("xbacklight -dec 5") end),