aboutsummaryrefslogtreecommitdiffstats
path: root/.config/sway/config.d/frmwrk-bindsym
blob: 2ff2372e17c69bbd80a7ce58fb5eb266365dc8b0 (plain)
1
2
3
4
5
6
7
# brightness (requires brightnessctl)
bindsym XF86MonBrightnessDown exec "brightnessctl -d amdgpu_bl1 s 5%-"
bindsym XF86MonBrightnessUp exec "brightnessctl -d amdgpu_bl1 s +5%"
# volume (requires wireplumber)
bindsym --locked XF86AudioRaiseVolume exec "wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+"
bindsym --locked XF86AudioLowerVolume exec "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"
bindsym --locked XF86AudioMute exec "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"