From bffd96138125454c39dfce391c2ec7f36946de8a Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Sun, 8 May 2022 20:03:16 -0500 Subject: Tweaks --- sway/config | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'sway/config') 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 -- cgit v1.2.3