diff options
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 5 | ||||
| -rw-r--r-- | dotfiles/hyprland/.local/share/applications/Zoom.desktop | 13 |
2 files changed, 18 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 diff --git a/dotfiles/hyprland/.local/share/applications/Zoom.desktop b/dotfiles/hyprland/.local/share/applications/Zoom.desktop new file mode 100644 index 0000000..89e385d --- /dev/null +++ b/dotfiles/hyprland/.local/share/applications/Zoom.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Name=Zoom Workplace +Comment=Zoom Video Conference +Exec=env QT_SCALE_FACTOR=1.5 /usr/bin/zoom %U +Icon=Zoom +Terminal=false +Type=Application +Encoding=UTF-8 +Categories=Network;Application; +StartupWMClass=zoom +MimeType=x-scheme-handler/zoommtg;x-scheme-handler/zoomus;x-scheme-handler/tel;x-scheme-handler/callto;x-scheme-handler/zoomphonecall;x-scheme-handler/zoomphonesms;x-scheme-handler/zoomcontactcentercall;application/x-zoom +X-KDE-Protocols=zoommtg;zoomus;tel;callto;zoomphonecall;zoomphonesms;zoomcontactcentercall; +Name[en_US]=Zoom Workplace |
