From 4cb9a5b2c0f812fc2744493d8de3f31ba8a5822f Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Sun, 20 Jul 2025 22:06:59 +0200 Subject: [PATCH 1/3] corrected window rule for blueman-manager (cherry picked from commit f2238f010488deba1a65d095e3abc16a3867726f) --- .config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 6b93813..ec679fa 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -258,7 +258,7 @@ windowrule = float,title:^(.*)Aria2(.*)Download(.*)Firefox(.*)$ windowrule=float,class:clight-gui windowrule=float,class:localsend -windowrule=float,class:wblueman-manager +windowrule=float,class:blueman-manager windowrule=tile,title:A Ren'Py Game windowrule = stayfocused,class:(steam),title:(^$) From c8f01c8be63c26e76b2fae9900fdec4aad362b4e Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Mon, 21 Jul 2025 00:43:21 +0200 Subject: [PATCH 2/3] added window rule to always open keepassXC on workspace 10 (cherry picked from commit 5d67c89b5232f412fe83a5d50b4e65dd34db0731) --- .config/hypr/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index ec679fa..9890291 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -33,7 +33,6 @@ exec-once=waybar exec-once=wpaperd exec-once=/usr/lib/polkit-kde-authentication-agent-1 exec-once=[workspace 1] firefox - #apps exec-once=~/bin/startup.sh exec-once=~/bin/suspend.sh @@ -259,8 +258,9 @@ windowrule = float,title:^(.*)Aria2(.*)Download(.*)Firefox(.*)$ windowrule=float,class:clight-gui windowrule=float,class:localsend windowrule=float,class:blueman-manager -windowrule=tile,title:A Ren'Py Game +windowrule=workspace 10 silent,class:org.keepassxc.KeePassXC windowrule = stayfocused,class:(steam),title:(^$) windowrule = stayfocused,class:(zoom),title:(^$) +windowrule=tile,title:A Ren'Py Game From 3868309db1dd4589be953e48f4e39829c7224536 Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Mon, 21 Jul 2025 00:44:58 +0200 Subject: [PATCH 3/3] Added script to start keepassXC without interaction (cherry picked from commit 08bfb2da1bf83d3cf4473a0e7fc61a5385591610) --- bin/keep.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/keep.sh diff --git a/bin/keep.sh b/bin/keep.sh new file mode 100755 index 0000000..762558a --- /dev/null +++ b/bin/keep.sh @@ -0,0 +1,3 @@ +#!/bin/bash +source ~/keepass.env +echo $KEEPWD|keepassxc --pw-stdin --keyfile /home/thierry/Nextcloud/keepass_key_2025.keyx /home/thierry/Nextcloud/keepass_vault.kdbx