@ -3,6 +3,7 @@ source /etc/profile
which $TERM || export TERM = st
which $TERM || export TERM = st
which $BROWSER || export BROWSER = surf
which $BROWSER || export BROWSER = surf
[ -z " $MOZ_USE_XINPUT2 " ] && export MOZ_USE_XINPUT2 = 1
[ -z " $MOZ_USE_XINPUT2 " ] && export MOZ_USE_XINPUT2 = 1
[ -z " $XDG_CONFIG_HOME " ] && export XDG_CONFIG_HOME = ~/.config
xmodmap /usr/share/sxmo/xmodmap_caps_esc
xmodmap /usr/share/sxmo/xmodmap_caps_esc
xsetroot -mod 3 2 -fg '#000000' -bg '#888888'
xsetroot -mod 3 2 -fg '#000000' -bg '#888888'
@ -22,4 +23,6 @@ pkill lisgd
conky -c /usr/share/sxmo/conky.conf -d
conky -c /usr/share/sxmo/conky.conf -d
autocutsel & autocutsel -selection PRIMARY &
autocutsel & autocutsel -selection PRIMARY &
sxmo_statusbar.sh &
sxmo_statusbar.sh &
exec dbus-run-session sh -c "dunst -conf /usr/share/sxmo/dunst.conf & lisgd & dwm 2> ~/.dwm.log"
exec dbus-run-session sh -c " dunst -conf /usr/share/sxmo/dunst.conf & lisgd &
[ -d "~/.sxmo" ] && notify-send -t 0 -u critical '~/.sxmo is deprecated. To preserve your modem logs, please move the contents of the ~/.sxmo folder into the $XDG_CONFIG_HOME/sxmo/modem/ folder' &
dwm 2> ~/.dwm.log"