From 30c34e6b4b253ba59098eeb884d2960f30b5c28f Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 15 Feb 2026 00:52:31 -0600 Subject: feat(hyprland): add Civ V fullscreen windowrule Force Civ5XP into real Hyprland fullscreen so waybar is hidden per-workspace instead of requiring manual toggle. --- dotfiles/hyprland/.config/hypr/hyprland.conf | 3 +++ 1 file changed, 3 insertions(+) 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 # ============================================================================ -- cgit v1.2.3