diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2021-06-19 01:45:35 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2021-06-19 01:45:35 -0600 |
commit | b0e74f698c5ca9f9104c6ac69c478ee1ec274e0f (patch) | |
tree | c0451a4d684ae76e8fdbbe1a66f06cb272c395bb /.config/shell/profile | |
parent | ebef52008f65844e162f0d726e22f8b29815e781 (diff) |
Diffstat (limited to '.config/shell/profile')
-rw-r--r-- | .config/shell/profile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index a7dc0a8..9a0859d 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -125,6 +125,9 @@ export QT_AUTO_SCREEN_SCALE_FACTOR=0 # This is for blank window on window managers. export _JAVA_AWT_WM_NONREPARENTING=1 + ## Crypto stuff. +export ELECTRUMDIR="$XDG_DATA_HOME/electrum" + ##--Start X automatically--## # Following: https://wiki.archlinux.org/index.php/Xinit#Autostart_X_at_login |