aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-15 00:52:31 -0600
committerCraig Jennings <c@cjennings.net>2026-02-15 00:52:31 -0600
commit49d3c58896d4c780cdd6f0d9f5182ca3224b3bb1 (patch)
treece4d5895bf8eb848bace022c4465ac20bd654613
parent8b6234e8edc864c128d9d6c14d20f712540866fc (diff)
downloadarchsetup-49d3c58896d4c780cdd6f0d9f5182ca3224b3bb1.tar.gz
archsetup-49d3c58896d4c780cdd6f0d9f5182ca3224b3bb1.zip
feat(hyprland): add Civ V fullscreen windowrule
Force Civ5XP into real Hyprland fullscreen so waybar is hidden per-workspace instead of requiring manual toggle.
-rw-r--r--dotfiles/hyprland/.config/hypr/hyprland.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf
index 23a3a6b..12efa23 100644
--- a/dotfiles/hyprland/.config/hypr/hyprland.conf
+++ b/dotfiles/hyprland/.config/hypr/hyprland.conf
@@ -151,6 +151,9 @@ windowrule = match:class ^(Blueman-manager)$, float on
windowrule = match:class ^(qalculate-gtk)$, float on
windowrule = match:title ^(Event Tester)$, float on
+# Gaming
+windowrule = match:class ^(Civ5XP)$, fullscreen on
+
# ============================================================================
# Key Bindings
# ============================================================================