From 31e0108da755d63f030552f5470adb77a96502a5 Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Tue, 18 Jun 2024 12:42:01 +0200 Subject: [PATCH] add keepassw to start and add timer for nextcloud --- .config/sway/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index 2360920..f3a4def 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -98,4 +98,9 @@ bar { exec blueman-applet exec nm-applet --indicator exec rocketchat-desktop --start-hidden +<<<<<<< HEAD exec sleep 10s; nextcloud --background +======= +exec sleep 10s; keepassxc +exec nextcloud --background +>>>>>>> 7300811 (add keepassw to start and add timer for nextcloud)