From f56d144efa5a36af5c55d54bb42d7f9bfd1c00d5 Mon Sep 17 00:00:00 2001 From: zachir Date: Thu, 8 Feb 2024 22:00:06 -0600 Subject: hypr: float Tk windows Tk windows should float (this is mostly for testing the python tk programs I've written that need to). --- hypr/hyprland.conf | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3