- put keepass in the background to continue on Firefox startup in keep.sh

- removing windowrules for keepass and firefox desktop dispatching
This commit is contained in:
2025-08-29 13:11:52 +02:00
parent 6f61f88c83
commit 2b6b712a49
2 changed files with 3 additions and 3 deletions

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 &