Auto refresh emails and change theming options.
[Dotty.git] / sway / .config / sway / config.d / special_keys
1 bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
2 bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
3 bindsym pactl set-sink-mute `pactl list sinks short | grep RUNNING | awk '{print $1}'` toggle
4 bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
5 bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
6 bindsym XF86MonBrightnessUp exec brightnessctl set +5%
7 bindsym XF86AudioPlay exec playerctl play-pause
8 bindsym XF86AudioNext exec playerctl next
9 bindsym XF86AudioPrev exec playerctl previous