diff options
Diffstat (limited to 'desktop/.xinitrc')
-rwxr-xr-x | desktop/.xinitrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/.xinitrc b/desktop/.xinitrc index 2682894..67055fd 100755 --- a/desktop/.xinitrc +++ b/desktop/.xinitrc @@ -1,5 +1,8 @@ #! /bin/sh +# choose a predictable path for pulseaudio socket +export PA_DIR=/tmp/pulse-koorogi + # musl is always UTF-8, but tmux needs this so that it knows export LC_CTYPE=en_US.UTF-8 |