Allow screen sharing in Zoom

This commit is contained in:
Ohad Livne 2025-06-04 22:45:31 +03:00
parent c31da870d5
commit 1a46c725ca
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
3 changed files with 5 additions and 0 deletions

View file

@ -37,6 +37,7 @@ swaylock \
syncthing \
tmux \
udisks2 \
xdg-desktop-portal-wlr \
xournalpp \
yt-dlp \
"

View file

@ -269,3 +269,6 @@ for_window [class="."] inhibit_idle fullscreen
for_window [app_id="."] inhibit_idle fullscreen
include /etc/sway/config.d/*
exec systemctl --user import-environment XDG_CURRENT_DESKTOP
exec dbus-update-activation-environment --systemd XDG_CURRENT_DESKTOP=sway

View file

@ -33,6 +33,7 @@ export XMODIFIERS="@im=fcitx"
export BORG_REPO="/media/backup/"
export BORG_PASSCOMMAND="cat ${HOME}/.keys/borg-passphrase.txt"
export PYTHON_KEYRING_BACKEND="keyring.backends.null.Keyring"
export XDG_CURRENT_DESKTOP="sway"
. "$HOME/.cargo/env"
# If running from tty1 start sway inside a tmux session