From 2b6b712a49afa3965376bf4c383aba95a9b7cc0a Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Fri, 29 Aug 2025 13:11:52 +0200 Subject: [PATCH] - put keepass in the background to continue on Firefox startup in keep.sh - removing windowrules for keepass and firefox desktop dispatching --- .config/hypr/hyprland.conf | 4 ++-- bin/keep.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 84da436..f78c88b 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -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:(^$) diff --git a/bin/keep.sh b/bin/keep.sh index 7f95a91..e3f8514 100755 --- a/bin/keep.sh +++ b/bin/keep.sh @@ -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 &