- 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

@@ -245,8 +245,8 @@ windowrule = float,title:^(.*)Aria2(.*)Download(.*)Firefox(.*)$
windowrule=float,class:clight-gui windowrule=float,class:clight-gui
windowrule=float,class:localsend windowrule=float,class:localsend
windowrule=float,class:blueman-manager windowrule=float,class:blueman-manager
windowrule=workspace 10 silent,class:org.keepassxc.KeePassXC #windowrule=workspace 10 silent,class:org.keepassxc.KeePassXC
windowrule=workspace 1 ,class:firefox #windowrule=workspace 1 ,class:firefox
windowrule = stayfocused,class:(steam),title:(^$) windowrule = stayfocused,class:(steam),title:(^$)
windowrule = stayfocused,class:(zoom),title:(^$) windowrule = stayfocused,class:(zoom),title:(^$)

View File

@@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
source ~/keepass.env 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 sleep 1
firefox & firefox &