diff options
| author | Robert Günzler <r@gnzler.io> | 2021-04-22 13:15:37 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-04-26 02:09:48 +0200 |
| commit | d3497269ec01f89178b784169bdc53cbd16aafa2 (patch) | |
| tree | b13b8e7123d97f65335466d43f7a3db640d9ba01 /.config/sway/config | |
| parent | 3f57eef6fb8a16c75b68453be7615678884a5116 (diff) | |
sway: update config
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 |