update hyprland configuration

This commit is contained in:
2026-08-16 02:22:02 +02:00
parent 5c904d8a7a
commit ab66fe9fca
3 changed files with 12 additions and 5 deletions
@@ -229,6 +229,8 @@ rule(
)
-- Librewolf and Firefox
-- FIXME: Title is evaluated only once at start of application and then never again
-- So these rules will not apply. But i have not found a fix for it yet
rule(
{ matches_class("^(firefox|librewolf)$"), matches_title("^(Picture-in-Picture)$") },
{ float() }
@@ -259,12 +261,12 @@ rule(
{ tile() }
)
rule(
{ matches_class("^(java-lang-Thread|net-sourceforge-jnlp-runtime-Boot)$"), matches_title("^(BÜ Zeiten|Elementname|Verspätungsmeldung.*)$") },
{ float(), pin() }
{ matches_class("^(java-lang-Thread|net-sourceforge-jnlp-runtime-Boot)$"), matches_title("^(BÜ Zeiten|Elementname)$") },
{ float(), pin(), no_initial_focus() }
)
rule(
{ matches_class("^(java-lang-Thread|net-sourceforge-jnlp-runtime-Boot)$"), matches_title("^(Verspätungsmeldung.*)$") },
{ stay_focused() }
{ float(), center() }
)
rule(
{ matches_title("^(.*StellwerkSim.*)$") },