From 676263b435d4459ab58278c403d8b537e8c897ff Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 11 Apr 2026 10:17:13 -0400 Subject: 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. --- dotfiles/hyprland/.local/share/applications/Zoom.desktop | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dotfiles/hyprland/.local/share/applications/Zoom.desktop (limited to 'dotfiles/hyprland/.local/share') 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 -- cgit v1.2.3