diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-15 00:52:31 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-15 00:52:31 -0600 |
| commit | e22492573ff4eba7219b41ba2f4e99593e1ddc27 (patch) | |
| tree | 968b62acf436e89ceac35ace9eeef7f615c6358f | |
| parent | 8853fcdc4e866f8ab13051a6602375bbdc02f6ec (diff) | |
| download | archsetup-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.
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 3 |
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 # ============================================================================ |
