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:
parent
bd4917b663
commit
b94cbc25db
1
rc.lua
1
rc.lua
|
@ -360,7 +360,6 @@ globalkeys = awful.util.table.join(
|
||||||
beautiful.volume.update()
|
beautiful.volume.update()
|
||||||
end),
|
end),
|
||||||
|
|
||||||
awful.key({ }, "F12", function() os.execute("poweroff") end),
|
|
||||||
-- BACKLIGHT control
|
-- BACKLIGHT control
|
||||||
awful.key({ }, "XF86MonBrightnessUp", function() os.execute("xbacklight -inc 5") end),
|
awful.key({ }, "XF86MonBrightnessUp", function() os.execute("xbacklight -inc 5") end),
|
||||||
awful.key({ }, "XF86MonBrightnessDown", function() os.execute("xbacklight -dec 5") end),
|
awful.key({ }, "XF86MonBrightnessDown", function() os.execute("xbacklight -dec 5") end),
|
||||||
|
|
Loading…
Reference in a new issue