feat(hyprand): fix floating not working with new syntax.
This commit is contained in:
parent
895fadfd69
commit
4d6b72598c
1 changed files with 2 additions and 2 deletions
|
|
@ -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)$"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue