Files
dotfiles/bin/keep.sh
Thierry Schork 2b6b712a49 - put keepass in the background to continue on Firefox startup in keep.sh
- removing windowrules for keepass and firefox desktop dispatching
2025-08-29 13:11:52 +02:00

6 lines
188 B
Bash
Executable File

#!/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 &