Initial commit

This commit is contained in:
Miles Alan 2020-03-15 18:42:35 -05:00
commit 8ae9fbdb1c
23 changed files with 1246 additions and 0 deletions

12
scripts/sxmo_xinit.sh Executable file
View file

@ -0,0 +1,12 @@
#!/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
sxmo_statusbar.sh &
xset r off
alsactl --file /usr/share/sxmo/default_alsa_sound.conf restore
exec dbus-run-session dwm 2> ~/.dwm.log