You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
748 B
19 lines
748 B
4 years ago
|
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||
|
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||
|
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||
|
bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||
|
bindsym XF86AudioNext exec playerctl next
|
||
|
bindsym XF86AudioPrev exec playerctl previous
|
||
|
bindsym XF86AudioPlay exec playerctl play-pause
|
||
|
|
||
|
# Screen Brightness
|
||
|
bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
|
||
|
bindsym XF86MonBrightnessUp exec brightnessctl set +5%
|
||
|
|
||
|
# Screen Saver
|
||
|
bindsym XF86ScreenSaver exec swaylock -i /usr/share/backgrounds/laptop_unbenutzbar.png
|
||
|
|
||
|
# Screenshot
|
||
|
bindsym Print exec grimshot copy area
|
||
|
|