diff options
author | awy <awy@awy.one> | 2024-11-29 18:29:41 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-29 18:29:41 +0300 |
commit | bb8e8b2108441f8a93bf6252449903b2e2cad4c5 (patch) | |
tree | 25769e685cd534668877c253d69e328c4c23b465 | |
parent | ca602dfa4b1f0de33522c9ec7d7a9f7c661b4288 (diff) |
screenshare fix
-rw-r--r-- | .config/shell/profile | 1 | ||||
-rw-r--r-- | dependencies.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 8cb0d14..9f23587 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -11,6 +11,7 @@ export XDG_DATA_HOME="$HOME/.local/share" export XDG_CACHE_HOME="$HOME/.cache" export XDG_STATE_HOME="$HOME/.local/state" export XDG_DOWNLOAD_DIR="$HOME/downloads" +export XDG_CURRENT_DESKTOP=sway export GIT_CONFIG="$XDG_CONFIG_HOME/git/config" export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass diff --git a/dependencies.txt b/dependencies.txt index 9871fbf..c9baf88 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -7,6 +7,7 @@ pulsemixer calcurse bmon xorg-xwayland +xdg-desktop-portal-wlr # sound pipewire |