From d07ccdff665c9be849dba23edd0a70a2280adf0a Mon Sep 17 00:00:00 2001 From: Meisterlala <6453306+Meisterlala@users.noreply.github.com> Date: Thu, 14 May 2026 10:39:11 +0000 Subject: [PATCH] `fix(hypr): add habits to no_screen_share windowrule` --- dot_config/hypr/windowrules.conf | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/dot_config/hypr/windowrules.conf b/dot_config/hypr/windowrules.conf --- a/dot_config/hypr/windowrules.conf +++ b/dot_config/hypr/windowrules.conf @@ -31,7 +31,7 @@ # Default Workspace windowrule=workspace 11 silent, match:class (discord|vesktop) # Hide from screen share -windowrule=no_screen_share on, match:class (discord|vesktop) +windowrule=no_screen_share on, match:class (discord|vesktop|habits) # Make floating by default windowrule=float on, match:class (com.gabm.satty) -- tangled.sh