From 0cbd1bf8569669e39c6ba325cd32c3d8f1127817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Mon, 2 Feb 2026 12:11:58 +0100 Subject: [PATCH] chore(sway): format autostart file --- sway/config.d/80-autostart.conf | 36 +++++++++++++++------------------ 1 file changed, 16 insertions(+), 20 deletions(-) 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