From 0be3103a3b0364e785f547f8890105394b24b661 Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Sat, 6 Sep 2025 00:46:22 +0200 Subject: [PATCH] move firefox startup on login to the script starting keepass, so that firefox is started after keepass (cherry picked from commit 6f61f88c83cc215aaa50dbdd4c18b48469806e21) --- .config/hypr/hyprland.conf | 2 +- bin/keep.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 6e8d8e6..4efcb4e 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -35,7 +35,7 @@ exec-once=waybar exec-once=wpaperd exec-once=/usr/lib/polkit-kde-authentication-agent-1 #exec-once=[workspace 1] firefox -exec-once=[workspace 1] firefox +exec-once=~/bin/keep.sh #apps exec-once=~/bin/startup.sh exec-once=~/bin/suspend.sh diff --git a/bin/keep.sh b/bin/keep.sh index 7f95a91..e3f8514 100755 --- a/bin/keep.sh +++ b/bin/keep.sh @@ -1,5 +1,5 @@ #!/bin/bash source ~/keepass.env -echo $KEEPWD|keepassxc --pw-stdin --keyfile /home/thierry/Nextcloud/keepass_key_2025.keyx /home/thierry/Nextcloud/keepass_vault.kdbx +echo $KEEPWD|keepassxc --pw-stdin --keyfile /home/thierry/Nextcloud/keepass_key_2025.keyx /home/thierry/Nextcloud/keepass_vault.kdbx & sleep 1 firefox &