diff options
author | Rafael Marçalo <raroma09@gmail.com> | 2022-11-05 22:33:51 +0000 |
---|---|---|
committer | Rafael Marçalo <raroma09@gmail.com> | 2022-11-05 22:33:51 +0000 |
commit | 68be6266b3d939cb0abb4d95299b2ddbe1b5f2b4 (patch) | |
tree | e06b0259e6e24d9eafabcf4d502ce9eae5e78713 /shell | |
parent | 643c03322d36f4d9add7d8a228d60c528d6a004d (diff) |
Dots update and added tor proxy
Diffstat (limited to 'shell')
-rwxr-xr-x | shell/.config/shell/env | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/.config/shell/env b/shell/.config/shell/env index efaf521..23ac2b7 100755 --- a/shell/.config/shell/env +++ b/shell/.config/shell/env @@ -62,6 +62,11 @@ export QT_QPA_PLATFORMTHEME=qt5ct # $PATH update export PATH="$HOME/.local/bin:$XDG_DATA_HOME/android-sdk:$XDG_DATA_HOME/npm/bin:$PATH" +# Shell daemons +pipewire & +pipewire-pulse & +tor -f "$XDG_CONFIG_HOME"/tor/torrc & + # Initializing Session if Xorg not Running Already export SESSION=dwm exec startx "$XINITRC" |