13 lines
637 B
Plaintext
13 lines
637 B
Plaintext
|
# Special keys to adjust volume via PulseAudio
|
||
|
bindsym --locked XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||
|
bindsym --locked XF86AudioRaiseVolume exec ~/.config/sway/scripts/volume +
|
||
|
bindsym --locked XF86AudioLowerVolume exec ~/.config/sway/scripts/volume -
|
||
|
bindsym --locked XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||
|
|
||
|
# Special keys to adjust brightness via brightnessctl
|
||
|
bindsym XF86MonBrightnessUp exec ~/.config/sway/scripts/brightness +
|
||
|
bindsym XF86MonBrightnessDown exec ~/.config/sway/scripts/brightness -
|
||
|
|
||
|
# Special key to take a screenshot with grim
|
||
|
bindsym Print exec grim - | wl-copy
|