You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
353 B
15 lines
353 B
5 years ago
|
#!/usr/bin/env sh
|
||
|
source /etc/profile
|
||
|
which $TERM || export TERM=st
|
||
|
which $BROWSER || export BROWSER=surf
|
||
|
|
||
|
xsetroot -mod 3 2 -fg '#000000' -bg '#888888'
|
||
|
conky -c /usr/share/sxmo/conky.conf -d
|
||
|
|
||
5 years ago
|
lisgd &
|
||
5 years ago
|
sxmo_statusbar.sh &
|
||
5 years ago
|
xset s off -dpms
|
||
5 years ago
|
#xset r off
|
||
5 years ago
|
alsactl --file /usr/share/sxmo/default_alsa_sound.conf restore
|
||
|
exec dbus-run-session dwm 2> ~/.dwm.log
|