diff options
author | ZachIR <zachir@librem.one> | 2024-09-25 14:51:14 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2024-09-25 14:51:14 -0500 |
commit | 98c3c50c85ea56eff874e20ded11f22eaa2fa401 (patch) | |
tree | 5710f3a7739eb5f5ed30630f29b337e29eb41243 /hypr/hyprland.conf | |
parent | e58fd2b158686e7911f68dafa1dc1d71f789c4a4 (diff) |
Remove deprecated hyprland windowrules
The Hyprland rules windowdance and forceinput seem to have been
deprecated, and now cause an error in the newest version of Hyprland, so
this removes those lines.
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r-- | hypr/hyprland.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 652d4e1..2eac30c 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -182,9 +182,6 @@ plugin { # Example windowrule v2 # windowrulev2 = float, class:^(kitty)$, title:^(kitty)$ # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more -windowrule = windowdance, ^(oneshot)$ -windowrule = windowdance, title:^(UNDERTALE)$ -windowrule = windowdance, title:^(Rhythm Doctor)$ windowrule = fullscreen, ^(Xephyr)$ windowrule = float, title:^(LibreWolf - Choose User Profile)$ windowrule = float, ^(xdg-desktop-portal-gtk) @@ -197,8 +194,6 @@ windowrulev2 = stayfocused, title:^(menu)$,class:^(yabridge-host.exe.so)$ windowrulev2 = minsize 1 1, title:^(menu)$,class:^(yabridge-host.exe.so)$ windowrulev2 = float, class:^(yabridge-host.exe.so)$, title:^(menu)$ windowrulev2 = float, floating:0, title:^(menu*) -windowrulev2 = forceinput, title:^(menu*) -windowrulev2 = windowdance, title:^(menu*) windowrule = workspace 2, title:^(REAPER .*initializing.*)$ windowrulev2 = tile, class:^(REAPER)$, title:^(.*REAPER v[0-9.]* - Licensed for personal/small business use)$ windowrule = tile, ^(WebApp-Qobuz[0-9]*)$ |