diff --git a/sway/config.d/80-autostart.conf b/sway/config.d/80-autostart.conf index ad4bb0f..b85627c 100644 --- a/sway/config.d/80-autostart.conf +++ b/sway/config.d/80-autostart.conf @@ -1,21 +1,17 @@ -# background programs - # auto blue light filter - exec wlsunset -l 46.1 -L 14.5 - # sound/brightness bar - exec rm -f $wobs && mkfifo $wobs && tail -f $wobs | wob - # idle deamon - exec swayidle -w - # protonmail bridge - exec protonmail-bridge -n +# deamon +exec swayidle -w +exec wlsunset -l 46.1 -L 14.5 +exec rm -f $wobs && mkfifo $wobs && tail -f $wobs | wob +exec protonmail-bridge -n - # traditional "start when os starts" programs - exec $term - exec $browser - exec thunderbird - exec cider-2 - exec bolt-launcher - exec vesktop - exec slack - exec Telegram - exec rocketchat-desktop - exec 1password --silent +# traditional "start when os starts" programs +exec $term +exec $browser +exec thunderbird +exec cider-2 +exec bolt-launcher +exec vesktop +exec slack +exec Telegram +exec rocketchat-desktop +exec 1password --silent