diff options
| author | Daniel <48409433+darkeddie@users.noreply.github.com> | 2024-05-15 01:20:32 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-15 01:20:32 +0000 |
| commit | 78bfcb26dcbe7d95735f24c7ec121487fbd69283 (patch) | |
| tree | 33b9a18f44ed2dd7f3c919f575326b4c7ec5bf4a /config/hypr/UserConfigs/WindowRules.conf | |
| parent | e49d4a58db265abbd407b05f1bd1c0f3f537cc87 (diff) | |
Fix: error in line 25 of WindowRules.conf
Changed incorrect ')' to ']'
Diffstat (limited to 'config/hypr/UserConfigs/WindowRules.conf')
| -rw-r--r-- | config/hypr/UserConfigs/WindowRules.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 09cc8ec2..8a660e4c 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/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) |
