1
0
forked from extern/nix-config

sxhkd: Add fn keys support

Now these keys will work identical to the way they work in sway.
This commit is contained in:
Donovan Glover 2021-08-01 15:03:28 -04:00
parent 15d0c03809
commit 21169e1d1f
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -86,4 +86,26 @@ alt + a
super + c
bspc desktop -l next
# =======================
# ======= fn keys =======
# =======================
XF86AudioMute
pactl set-sink-mute @DEFAULT_SINK@ toggle
XF86AudioLowerVolume
pactl set-sink-volume @DEFAULT_SINK@ -5%
XF86AudioRaiseVolume
pactl set-sink-volume @DEFAULT_SINK@ +5%
XF86AudioMicMute
pactl set-source-mute @DEFAULT_SOURCE@ toggle
XF86MonBrightnessDown
brightnessctl set 5%-
XF86MonBrightnessUp
brightnessctl set +5%
# vim:ft=sxhkdrc