diff options
Diffstat (limited to '.config/sway/config')
| -rw-r--r-- | .config/sway/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/sway/config b/.config/sway/config index a03a493..3ad2510 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -7,18 +7,18 @@ output * adaptive_sync on exec light -S 80 exec dbus-update-activation-environment --all +exec once pipewire +exec once mako exec once oguri exec once kanshi exec once waybar -exec once gammastep -exec once pipewire -exec once mako exec once swayidle -w \ timeout 540 'lock' \ timeout 800 'swaymsg output \* dpms off' \ resume 'swaymsg output \* dpms on' \ before-sleep 'lock' \ lock 'lock' +exec once gammastep # spawn foot server exec once foot -s |