Allow screen sharing in Zoom
This commit is contained in:
parent
c31da870d5
commit
1a46c725ca
3 changed files with 5 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ swaylock \
|
|||
syncthing \
|
||||
tmux \
|
||||
udisks2 \
|
||||
xdg-desktop-portal-wlr \
|
||||
xournalpp \
|
||||
yt-dlp \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
1
.profile
1
.profile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue