diff options
author | zachir <zachir@librem.one> | 2024-02-08 22:00:06 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-02-15 02:43:24 -0600 |
commit | c04ea1b3415e3029281d76f307792d3c724e4e90 (patch) | |
tree | 0c40016a49a9f8872dd3c76da2c194343e629ccb | |
parent | 4347b5d8c2ffab3dcb2c88a6a98859ad8914e961 (diff) |
hypr: float Tk windows
Tk windows should float (this is mostly for testing the python tk
programs I've written that need to).
-rw-r--r-- | hypr/hyprland.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index b23a8fe..546ec41 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -167,15 +167,12 @@ windowrule = fullscreen, ^(Xephyr)$ windowrule = float, title:^(LibreWolf - Choose User Profile)$ windowrule = float, class:^(xdg-desktop-portal-gtk) windowrule = float, title:^(UNDERTALE)$ +windowrule = float, class:^(Tk)$ windowrulev2 = tile, class:^(REAPER)$, title:^(.*REAPER v[0-9.]* - Licensed for personal/small business use)$ windowrulev2 = move cursor -50% -50%, class:^(yabridge-host.exe.so)$, title:^(menu)$ windowrulev2 = nofocus, class:^(yabridge-host.exe.so)$, title:^(\s*)$ windowrulev2 = move cursor -50% -50%, class:^(REAPER)$, title:^(Snap/Grid Settings)$ windowrulev2 = move cursor -50% -50%, class:^(REAPER)$, title:^(Routing for track [0-9]*)$ -#windowrulev2 = float,floating:0, title:^(menu)$ -#windowrulev2 = forceinput, title:^(menu)$ -#windowrulev2 = windowdance, title:^(menu)$ -#windowrulev2 = nofocus, title:^(menu)$, class:^(yabridge\-host\.exe\.so)$ #}}} #{{{ Mods |