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

This commit is contained in:
2025-08-05 22:34:22 +02:00
parent e715856256
commit 6f61f88c83
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +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
sleep 1
firefox &