move firefox startup on login to the script starting keepass, so that firefox is started after keepass

(cherry picked from commit 6f61f88c83)
This commit is contained in:
2025-09-06 00:46:22 +02:00
parent 5cf5318961
commit 0be3103a3b
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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 &