From b1ff64ef6570dec6d7add43ea1aa7a37f8b8765f Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Wed, 22 Jan 2025 10:02:52 -0800 Subject: [PATCH] New backup 2025-01-22 10:02:52 --- de/home/.config/sway-profiles/unlockscript | 2 ++ de/home/.config/sway/config.d/autostart | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/de/home/.config/sway-profiles/unlockscript b/de/home/.config/sway-profiles/unlockscript index db698b4..04864f9 100755 --- a/de/home/.config/sway-profiles/unlockscript +++ b/de/home/.config/sway-profiles/unlockscript @@ -1,5 +1,7 @@ #!/bin/bash +diskspace-check + for s in "${HOME}/.config/sway-profiles/unlockscript.d/"*;do "${s}" done diff --git a/de/home/.config/sway/config.d/autostart b/de/home/.config/sway/config.d/autostart index a34a57d..ee375eb 100644 --- a/de/home/.config/sway/config.d/autostart +++ b/de/home/.config/sway/config.d/autostart @@ -22,8 +22,9 @@ exec '/usr/lib/$(uname -m)-linux-gnu/libexec/kdeconnectd' exec '/usr/lib/$(uname -m)-linux-gnu/libexec/polkit-kde-authentication-agent-1' exec 'udiskie -at' exec 'keepassxc ~/Documents/Server/Server_Admin_Keychain.kdbx ~/Nextcloud/Security/Passwords.kdbx' -exec 'sleep 5;gtk-launch syncthing-gtk' +#exec 'sleep 5;gtk-launch syncthing-gtk' exec 'sleep 5;nextcloud --background' -exec 'sleep 5;protonmail-bridge -n' +#exec 'sleep 5;protonmail-bridge -n' +exec 'diskspace-check' include $HOME/.config/sway/config.d/autostart.d/*