diff --git a/sway/config b/sway/config index 7959e6a..1632cb3 100644 --- a/sway/config +++ b/sway/config @@ -6,11 +6,10 @@ gaps inner 3 exec parch-welcome exec lxqt-policykit-agent -exec bash ~/.config/sway/sound.bash exec mako exec sleep 0.5 && waybar exec swaykbdd -exec swaybg -i $bg +exec swaybg -i $bg -m fill ### Variables # # Logo key. Use Mod1 for Alt. @@ -47,9 +46,9 @@ set $mute_mic wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle # Example configuration: # # exec swayidle -w \ - timeout 300 $lock \ + timeout 300 '$lock' \ timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ - before-sleep $lock + before-sleep '$lock' # # This will lock your screen after 300 seconds of inactivity, then turn off # your displays after another 300 seconds, and turn your screens back on when