Some refactoring and fixes

This commit is contained in:
Héctor Molinero Fernández
2020-04-27 02:21:00 +02:00
parent 731face8d3
commit ae87a8296b
5 changed files with 44 additions and 47 deletions

1
config/pulse/client.conf Normal file
View File

@@ -0,0 +1 @@
autospawn=yes

0
config/skel/.Xauthority Normal file
View File

1
config/skel/.xsession Normal file
View File

@@ -0,0 +1 @@
exec xfce4-session

11
config/skel/.xsessionrc Normal file
View File

@@ -0,0 +1,11 @@
export VGL_DISPLAY=${DISPLAY:?}
export XDG_CACHE_HOME=${HOME:?}/.cache
export XDG_CONFIG_DIRS=/etc/xdg/xdg-xubuntu:/etc/xdg
export XDG_CONFIG_HOME=${HOME:?}/.config
export XDG_CURRENT_DESKTOP=XFCE
export XDG_DATA_DIRS=/usr/share/xubuntu:/usr/share/xfce4:/usr/local/share:/usr/share
export XDG_DATA_HOME=${HOME:?}/.local/share
export XDG_MENU_PREFIX=xfce-
export XDG_RUNTIME_DIR=/run/user/$(id -u)
export XDG_SESSION_DESKTOP=xubuntu
export XDG_SESSION_TYPE=x11