From e7c4699e953da5f9063cb63c4564592ffc85e80c 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index b6655ff..80f795c 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -151,6 +151,7 @@ plugin { windowrule = windowdance, title:^(Rhythm Doctor)$ windowrule = fullscreen, ^(Xephyr)$ windowrule = float, title:^(LibreWolf - Choose User Profile)$ +windowrule = float, class:^(Tk)$ windowrulev2 = float, class:^(yabridge-host.exe.so)$, title:^(menu)$ windowrulev2 = float,floating:0,title:^(menu*) windowrulev2 = forceinput,title:^(menu*) -- cgit v1.2.3