diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-11 10:17:13 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-11 10:17:13 -0400 |
| commit | f234a1786c74eb9260052fcaa581fbcf91a48967 (patch) | |
| tree | 16872127c3f5fc5d067e915f08851d1b684ee60c /dotfiles/hyprland/.config | |
| parent | d8949ad9808437025fef12bbf4b6869a4d23ae60 (diff) | |
| download | archsetup-f234a1786c74eb9260052fcaa581fbcf91a48967.tar.gz archsetup-f234a1786c74eb9260052fcaa581fbcf91a48967.zip | |
feat: Zoom HiDPI scaling and Hyprland window rules
Add Zoom.desktop override with QT_SCALE_FACTOR=1.5 for HiDPI displays.
Float all Zoom windows and fix disappearing popup menus.
Diffstat (limited to 'dotfiles/hyprland/.config')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index e97a413..8eece05 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -162,6 +162,11 @@ windowrule = match:title ^(Event Tester)$, float on # NOTE: center windowrules removed 2026-03-04 per pyprland maintainer suggestion # Testing whether pyprland handles scratchpad re-centering natively (issue #211) +# Zoom — float all windows, fix disappearing popup menus +windowrule = match:class ^(zoom)$, float on +windowrule = match:class ^(zoom)$ match:title ^(menu window)$, stayfocused +windowrule = match:class ^(zoom)$ match:title ^(confirm window)$, stayfocused + # Gaming windowrule = match:class ^(Civ5XP)$, fullscreen on |
