[awesome] add keyboard shortcut for autorandr

This commit is contained in:
Simon Bruder 2018-10-28 10:56:55 +00:00
parent 7df30b3b53
commit 00755fd9e9
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -405,7 +405,9 @@ clientkeys = gears.table.join(
awful.key({}, "XF86MonBrightnessDown", function() awful.util.spawn({"xbacklight", "-dec", "10"}) end),
awful.key({}, "XF86AudioMute", function() awful.util.spawn_with_shell("pactl set-sink-mute $(pacmd dump|grep -E '^set-default-sink'|cut -d' ' -f2) toggle") end),
awful.key({}, "XF86AudioMicMute", function() awful.util.spawn_with_shell("pactl set-source-mute $(pacmd dump|grep -E '^set-default-source'|cut -d' ' -f2) toggle") end)
awful.key({}, "XF86AudioMicMute", function() awful.util.spawn_with_shell("pactl set-source-mute $(pacmd dump|grep -E '^set-default-source'|cut -d' ' -f2) toggle") end),
awful.key({}, "XF86Display", function() awful.util.spawn({"autorandr", "-c"}) end)
)
-- Bind all key numbers to tags.