update hyprland configuration
This commit is contained in:
@@ -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.*)$") },
|
||||
|
||||
Reference in New Issue
Block a user