diff options
author | zachir <zachir@librem.one> | 2024-02-08 22:00:06 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-02-08 22:05:18 -0600 |
commit | f56d144efa5a36af5c55d54bb42d7f9bfd1c00d5 (patch) | |
tree | 1794ae362439daa53d3e6157e35abf175d9651dd /hypr | |
parent | ea51e17e52199a89b34a3550c920cb6a6a8cf590 (diff) |
hypr: float Tk windows
Tk windows should float (this is mostly for testing the python tk
programs I've written that need to).
Diffstat (limited to 'hypr')
-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 2da44f8..c3b1e2b 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -155,15 +155,12 @@ windowrule = windowdance, title:^(Rhythm Doctor)$ windowrule = fullscreen, ^(Xephyr)$ windowrule = float, title:^(LibreWolf - Choose User Profile)$ windowrule = float, class:^(xdg-desktop-portal-gtk) +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 |