summaryrefslogtreecommitdiff
path: root/.env
diff options
context:
space:
mode:
authorMehdi Sadeghi <mehdi@mehdix.org>2023-02-08 11:49:44 +0100
committerMehdi Sadeghi <mehdi@mehdix.org>2023-02-08 11:52:03 +0100
commit0166b86c8cd4827dc68da35d584b4c40041faf54 (patch)
tree853585d15965c030fe4263d00520babba10d0d7a /.env
parent1f2950e85ba8b1bf6dd7921eff76a0cef7b8b54f (diff)
Apply xdg-desktop-portal-wlr config + minor fixes
- Change git credential helper to store credentials - Add username to i3status - Add a python keyring workaround
Diffstat (limited to '.env')
-rw-r--r--.env3
1 files changed, 3 insertions, 0 deletions
diff --git a/.env b/.env
index c6bb97b..5f187f8 100644
--- a/.env
+++ b/.env
@@ -63,4 +63,7 @@ export BROWSER=w3m
export GPG_TTY="$(tty)"
gpg-connect-agent updatestartuptty /bye >/dev/null
+# Null keyring for python - avoids problems with wallets
+export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
+
echo .env end