1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-12-23 11:32:32 +00:00

remove F12 key binding for emacs org mode

This commit is contained in:
dongkc 2017-03-05 13:20:20 +00:00
parent bd4917b663
commit b94cbc25db

1
rc.lua
View file

@ -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),