|
|
|
@ -4,7 +4,6 @@ |
|
|
|
|
# Variable definitions |
|
|
|
|
STARTW_ROOT=${HOME}/.local/share/startw |
|
|
|
|
DOTS_ROOT=${STARTW_ROOT}/conf |
|
|
|
|
STARTX_LOG_FILE=${STARTW_ROOT}/"err-x11-$(date +%F).log" |
|
|
|
|
sysresources=/etc/X11/xinit/.Xresources |
|
|
|
|
sysmodmap=/etc/X11/xinit/.Xmodmap |
|
|
|
|
userresources=${HOME}/.Xresources |
|
|
|
@ -82,7 +81,7 @@ export GIO_USE_VOLUME_MONITOR="unix" |
|
|
|
|
export XDG_DATA_HOME=$HOME/.local/share |
|
|
|
|
export XDG_CACHE_HOME=$HOME/.cache |
|
|
|
|
export XDG_CONFIG_HOME=$HOME/.config |
|
|
|
|
xdg-user-dirs-update 2>&1 | "$STARTW_ROOT"/addts >> "$STARTX_LOG_FILE" & |
|
|
|
|
xdg-user-dirs-update 2>&1 |
|
|
|
|
# Clean home directory |
|
|
|
|
export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc |
|
|
|
|
export ATOM_HOME="$XDG_DATA_HOME"/atom |
|
|
|
@ -132,7 +131,7 @@ xinput --set-prop 'GASIA PS2toUSB Adapter Mouse' 'libinput Scroll Method Enabled |
|
|
|
|
|
|
|
|
|
if ! pgrep -x "devmon" > /dev/null |
|
|
|
|
then |
|
|
|
|
devmon 2>&1 | "$STARTW_ROOT"/addts >> "$STARTX_LOG_FILE" & |
|
|
|
|
devmon 2>&1 |
|
|
|
|
fi |
|
|
|
|
nitrogen --restore 2>/dev/null |
|
|
|
|
xset s on |
|
|
|
|