use wpctl
This commit is contained in:
parent
aa5a5a0e44
commit
3ea45da760
1 changed files with 3 additions and 3 deletions
|
@ -77,9 +77,9 @@ bindsym Print exec 'grim - | swayimg -f -'
|
|||
bindsym Mod4+e exec thunar
|
||||
bindsym Mod4+f exec firefox
|
||||
|
||||
bindsym --locked XF86AudioMute exec amixer sset -M Master toggle
|
||||
bindsym --locked XF86AudioLowerVolume exec amixer -M sset Master 5%-
|
||||
bindsym --locked XF86AudioRaiseVolume exec amixer -M sset Master 5%+
|
||||
bindsym --locked XF86AudioMute exec wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
bindsym --locked XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||
bindsym --locked XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||
bindsym --locked XF86MonBrightnessDown exec brightnessctl s 1%-
|
||||
bindsym --locked XF86MonBrightnessUp exec brightnessctl s 1%+
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue