Set up multimedia keys in sway
This commit is contained in:
parent
def1701476
commit
35a0b570fa
1 changed files with 9 additions and 0 deletions
|
|
@ -226,6 +226,15 @@ bindsym Mod4+2 exec ibus engine xkb:il::heb
|
|||
bindsym Mod4+3 exec ibus engine mozc-jp
|
||||
bindsym Mod4+4 exec ibus engine xkb:fr::fra
|
||||
|
||||
#
|
||||
# Hook up multimedia keys
|
||||
#
|
||||
|
||||
bindsym XF86TouchpadToggle exec swaymsg input type:touchpad events toggle enabled disabled
|
||||
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
|
||||
#
|
||||
# Status Bar:
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue