diff options
author | rafa_99 <rafa99@protonmail.com> | 2020-11-07 12:09:00 +0000 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2020-11-07 12:09:00 +0000 |
commit | 385d582d963ceeb21a803ef71a65040c4c14178f (patch) | |
tree | d3b057cc1223413f4c10f25c66946d3ea17bb68a /zsh/.zprofile | |
parent | 390a60b2aebde48afc76fe10b1bd5759a225c38a (diff) |
Updated Dots
Diffstat (limited to 'zsh/.zprofile')
-rwxr-xr-x | zsh/.zprofile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile index 9e953a4..b722d40 100755 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -27,9 +27,9 @@ export WINEPREFIX="$HOME"/Games/WINEPREFIX export WALLPAPER="$XDG_CONFIG_HOME"/wallpaper/wallpaper.png # Fixing Broken PulseAudio -[ -x /usr/bin/pulseaudio ] && - ! pidof pulseaudio >/dev/null && - setsid -f pulseaudio --start >/dev/null 2>&1 +# [ -x /usr/bin/pulseaudio ] && +# ! pidof pulseaudio >/dev/null && +# setsid -f pulseaudio --start >/dev/null 2>&1 #Session Selection Menu export SESSION=dwm |