feat(hyprand): fix floating not working with new syntax.

This commit is contained in:
CronyAkatsuki 2025-11-30 12:24:41 +01:00
parent 895fadfd69
commit 4d6b72598c

View file

@ -311,10 +311,10 @@ in {
"no_anim match:class ^(ueberzugpp.*)$" "no_anim match:class ^(ueberzugpp.*)$"
# Make workspace 6 a floating layout # Make workspace 6 a floating layout
"float match:workspace 6" "float 1, match:workspace 6"
# Make keepassxc floating # Make keepassxc floating
"float match:class ^(org.keepassxc.KeePassXC)$" "float 1, match:class ^(org.keepassxc.KeePassXC)$"
# Move to workspace 1 # Move to workspace 1
"workspace 1, match:class ^(org.qutebrowser.qutebrowser)$" "workspace 1, match:class ^(org.qutebrowser.qutebrowser)$"