- 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:
@@ -245,8 +245,8 @@ windowrule = float,title:^(.*)Aria2(.*)Download(.*)Firefox(.*)$
|
||||
windowrule=float,class:clight-gui
|
||||
windowrule=float,class:localsend
|
||||
windowrule=float,class:blueman-manager
|
||||
windowrule=workspace 10 silent,class:org.keepassxc.KeePassXC
|
||||
windowrule=workspace 1 ,class:firefox
|
||||
#windowrule=workspace 10 silent,class:org.keepassxc.KeePassXC
|
||||
#windowrule=workspace 1 ,class:firefox
|
||||
|
||||
windowrule = stayfocused,class:(steam),title:(^$)
|
||||
windowrule = stayfocused,class:(zoom),title:(^$)
|
||||
|
||||
@@ -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 &
|
||||
|
||||
Reference in New Issue
Block a user