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:
parent
15d0c03809
commit
21169e1d1f
@ -86,4 +86,26 @@ alt + a
|
|||||||
super + c
|
super + c
|
||||||
bspc desktop -l next
|
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
|
# vim:ft=sxhkdrc
|
||||||
|
Loading…
Reference in New Issue
Block a user