aboutsummaryrefslogtreecommitdiff
path: root/dotfiles
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
commite22492573ff4eba7219b41ba2f4e99593e1ddc27 (patch)
tree968b62acf436e89ceac35ace9eeef7f615c6358f /dotfiles
parent8853fcdc4e866f8ab13051a6602375bbdc02f6ec (diff)
downloadarchsetup-e22492573ff4eba7219b41ba2f4e99593e1ddc27.tar.gz
archsetup-e22492573ff4eba7219b41ba2f4e99593e1ddc27.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.
Diffstat (limited to 'dotfiles')
-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
# ============================================================================