de75d745dd
X Display Manager fork for Sxmo; starts with virtual keyboard and launches Sxmo UI
4 lines
149 B
Bash
4 lines
149 B
Bash
#!/bin/sh
|
|
xsetroot -mod 29 29 -fg '#e8e8e8' -bg '#ffffff'
|
|
svkbd-sxmo &
|
|
xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed -exitOnFail
|