summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2019-01-14 14:15:00 -0800
committerMike Crute <crutem@amazon.com>2019-01-14 14:16:36 -0800
commit4b924d4adb175bb4d5d7badbde61a9885f2279e3 (patch)
tree89267b67eafa2c6798396baf255a7d127912cd6b /.config
parent46340bc38fd18ad94e63357a74a2d030d5490854 (diff)
downloaddotfiles-4b924d4adb175bb4d5d7badbde61a9885f2279e3.tar.bz2
dotfiles-4b924d4adb175bb4d5d7badbde61a9885f2279e3.tar.xz
dotfiles-4b924d4adb175bb4d5d7badbde61a9885f2279e3.zip
Re-enable F12 sleep keys
Diffstat (limited to '.config')
-rw-r--r--.config/awesome/mcrute.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/awesome/mcrute.lua b/.config/awesome/mcrute.lua
index 3194028..6c11d8b 100644
--- a/.config/awesome/mcrute.lua
+++ b/.config/awesome/mcrute.lua
@@ -121,8 +121,8 @@ function add_global_keys(globalkeys)
121 awful.key({ modkey, "Shift" }, "XF86Eject", make_spawn("/usr/bin/sudo /bin/systemctl hybrid-sleep")), 121 awful.key({ modkey, "Shift" }, "XF86Eject", make_spawn("/usr/bin/sudo /bin/systemctl hybrid-sleep")),
122 122
123 -- Suspend and Hibernate for unpatched Mac Keyboard 123 -- Suspend and Hibernate for unpatched Mac Keyboard
124 -- awful.key({ modkey, "Control" }, "F12", make_spawn("/usr/bin/sudo /bin/systemctl hibernate")), 124 awful.key({ modkey, "Control" }, "F12", make_spawn("/usr/bin/sudo /bin/systemctl hibernate")),
125 -- awful.key({ modkey, "Shift" }, "F12", make_spawn("/usr/bin/sudo /bin/systemctl hybrid-sleep")), 125 awful.key({ modkey, "Shift" }, "F12", make_spawn("/usr/bin/sudo /bin/systemctl hybrid-sleep")),
126 126
127 -- Hack for unpatched Mac Keyboard 127 -- Hack for unpatched Mac Keyboard
128 -- awful.key({ modkey, }, "F7", make_spawn("dbus-send --type=method_call --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous")), 128 -- awful.key({ modkey, }, "F7", make_spawn("dbus-send --type=method_call --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous")),