sxmo-utils/scripts/core/sxmo_xinit.sh
2020-04-25 08:18:36 -05:00

15 lines
394 B
Bash
Executable file

#!/usr/bin/env sh
source /etc/profile
which $TERM || export TERM=st
which $BROWSER || export BROWSER=surf
xmodmap /usr/share/sxmo/xmodmap_caps_esc
xsetroot -mod 3 2 -fg '#000000' -bg '#888888'
conky -c /usr/share/sxmo/conky.conf -d
lisgd &
sxmo_statusbar.sh &
xset s off -dpms
#xset r off
alsactl --file /usr/share/sxmo/default_alsa_sound.conf restore
exec dbus-run-session dwm 2> ~/.dwm.log