Browse Source

Fix: error in line 25 of WindowRules.conf

Changed incorrect ')' to ']'
pull/277/head
Daniel 2 years ago committed by GitHub
parent
commit
78bfcb26dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      config/hypr/UserConfigs/WindowRules.conf

2
config/hypr/UserConfigs/WindowRules.conf

@ -22,7 +22,7 @@ windowrulev2 = workspace 9 silent, class:^([Aa]udacious)$
# windowrule v2 - float
windowrulev2 = float, class:^(org.kde.polkit-kde-authentication-agent-1)$
windowrulev2 = float, class:([Zz)oom|onedriver|onedriver-launcher)$
windowrulev2 = float, class:([Zz]oom|onedriver|onedriver-launcher)$
windowrulev2 = float, class:([Tt]hunar), title:(File Operation Progress)
windowrulev2 = float, class:([Tt]hunar), title:(Confirm to replace files)
windowrulev2 = float, class:(xdg-desktop-portal-gtk)

Loading…
Cancel
Save