Various progess on calling & texting; reorganize scripts dirs by category
This commit is contained in:
parent
334c74ad39
commit
ae983ef8c8
35 changed files with 1002 additions and 221 deletions
14
scripts/core/sxmo_xinit.sh
Executable file
14
scripts/core/sxmo_xinit.sh
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/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
|
||||
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue