aboutsummaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-03-04 01:14:11 -0600
committerCraig Jennings <c@cjennings.net>2026-03-04 01:14:11 -0600
commit3ef3223f262888f5e42ca30b0ac65be39d8092a2 (patch)
treefdd99ce1255699618f94e827959c3fd5e9856941 /dotfiles
parent31ea4e699634011ed1e15a8bd9c75bc2437e7627 (diff)
downloadarchsetup-3ef3223f262888f5e42ca30b0ac65be39d8092a2.tar.gz
archsetup-3ef3223f262888f5e42ca30b0ac65be39d8092a2.zip
fix(hyprland): remove scratchpad center windowrules
Removed center windowrules for all 6 pyprland scratchpad classes per maintainer guidance. Rules conflicted with pyprland's float management and were not the cause of bug #211.
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/hyprland/.config/hypr/hyprland.conf9
1 files changed, 2 insertions, 7 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf
index e3b198f..96d9725 100644
--- a/dotfiles/hyprland/.config/hypr/hyprland.conf
+++ b/dotfiles/hyprland/.config/hypr/hyprland.conf
@@ -156,13 +156,8 @@ windowrule = match:class ^(Blueman-manager)$, float on
windowrule = match:class ^(qalculate-gtk)$, float on
windowrule = match:title ^(Event Tester)$, float on
-# Re-center scratchpad windows when returned to floating via togglefloating
-windowrule = match:class ^(foot-term)$ floating:1, center on
-windowrule = match:class ^(foot-ai-term)$ floating:1, center on
-windowrule = match:class ^(foot-audio)$ floating:1, center on
-windowrule = match:class ^(foot-monitor)$ floating:1, center on
-windowrule = match:class ^(foot-music)$ floating:1, center on
-windowrule = match:class ^(foot-network)$ floating:1, center on
+# NOTE: center windowrules removed 2026-03-04 per pyprland maintainer suggestion
+# Testing whether pyprland handles scratchpad re-centering natively (issue #211)
# Gaming
windowrule = match:class ^(Civ5XP)$, fullscreen on