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 | d2e796dafa8b8731ec474071f471f9622d0e9794 (patch) | |
| tree | ce4d5895bf8eb848bace022c4465ac20bd654613 /dotfiles/hyprland | |
| parent | c0e89149d3a3eff45a1309a4cd639dee8ce7c855 (diff) | |
| download | archsetup-d2e796dafa8b8731ec474071f471f9622d0e9794.tar.gz archsetup-d2e796dafa8b8731ec474071f471f9622d0e9794.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/hyprland')
| -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 # ============================================================================ |
