diff options
author | zachir <zachir@librem.one> | 2024-02-01 20:55:31 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-02-01 20:55:31 -0600 |
commit | 9079d217f297d24a436a5bbf061ebd54704f3933 (patch) | |
tree | 28c361676b6692bf5fd1190aa80d2b99f65f238f /hypr | |
parent | fa588e4cece601195de1bf41a6e362a2b87290cb (diff) |
cla: hypr: fix UNDERTALE windows
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 6084d34..6b48115 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -161,9 +161,11 @@ plugin { # windowrulev2 = float, class:^(kitty)$, title:^(kitty)$ # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more windowrule = windowdance, class:^(oneshot)$ +windowrule = windowdance, title:^(UNDERTALE)$ windowrule = fullscreen, ^(Xephyr)$ windowrule = float, title:^(LibreWolf - Choose User Profile)$ windowrule = float, class:^(xdg-desktop-portal-gtk) +windowrule = float, title:^(UNDERTALE)$ windowrulev2 = tile, class:^(REAPER)$, title:^(.*REAPER v[0-9.]* - Licensed for personal/small business use)$ #windowrulev2 = float, class:^(yabridge-host.exe.so)$, title:^(menu)$ #windowrulev2 = float,floating:0, title:^(menu)$ |