mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
Add zoom by default
This commit is contained in:
13
applications/Zoom.desktop
Normal file
13
applications/Zoom.desktop
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Name=Zoom
|
||||||
|
Comment=Zoom Video Conference
|
||||||
|
Exec=env QT_SCALE_FACTOR=2 /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
|
@ -10,6 +10,7 @@ windowrule = opacity 1 0.95, class:^(chromium|Google-chrome|google-chrome-unstab
|
|||||||
windowrule = opacity 0.95 0.85, initialClass:^(chrome-.*-Default)$ # web apps
|
windowrule = opacity 0.95 0.85, initialClass:^(chrome-.*-Default)$ # web apps
|
||||||
windowrule = opacity 1 1, initialClass:^(chrome-youtube.*-Default)$ # Youtube
|
windowrule = opacity 1 1, initialClass:^(chrome-youtube.*-Default)$ # Youtube
|
||||||
windowrule = opacity 0.85 0.85, class:^(Spotify)$
|
windowrule = opacity 0.85 0.85, class:^(Spotify)$
|
||||||
|
windowrule = opacity 1 1, class:^(zoom)$
|
||||||
|
|
||||||
# Fix some dragging issues with XWayland
|
# Fix some dragging issues with XWayland
|
||||||
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
yay -S --noconfirm --needed \
|
yay -S --noconfirm --needed \
|
||||||
signal-desktop spotify 1password dropbox-cli \
|
signal-desktop spotify 1password dropbox-cli zoom \
|
||||||
obsidian typora libreoffice obs-studio kdenlive \
|
obsidian typora libreoffice obs-studio kdenlive \
|
||||||
pinta xournalpp
|
pinta xournalpp
|
||||||
|
Reference in New Issue
Block a user