From 22ed7b92eb23eb66e2d8c72eac0cf571cd7c0bd1 Mon Sep 17 00:00:00 2001 From: MikeG Date: Sun, 28 Apr 2024 08:24:51 -0400 Subject: [PATCH] added auto starts for protonmail bridge and nextcloud desktop --- .config/sway/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index 90988f1..fd7e852 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -24,6 +24,12 @@ set $menu rofi -show drun # start notification deamon exec swaync +# start protonmail-bridge +exec sleep 5 && protonmail-bridge --no-window + +# start nextcloud-desktop +exec sleep 10 && nextcloud --background + # add keybinding to toggle swaync notification center bindsym $mod+Shift+n exec swaync-client -t -sw