diff options
Diffstat (limited to 'sway/config')
| -rw-r--r-- | sway/config | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sway/config b/sway/config index 2120d49..f425b28 100644 --- a/sway/config +++ b/sway/config @@ -188,18 +188,26 @@ mode "resize" { } bindsym $mod+Shift+r mode "resize" +# Audio: +bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% +bindsym XF86AudioLowerVolume 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 + +# Misc: +bindsym XF86Battery exec lock + # Status Bar: # # Read `man 5 sway-bar` for more information about this section. include /etc/sway/config.d/* +exec sway_audio exec sway_autolock exec inactive-windows-transparency.py --opacity 0.8 exec wlsunset -l 39 -L -76 exec fnott -exec pipewire -exec pipewire-pulse #exec sway_outputs exec foot |
