Add x scripts for starting X server, polishing her up
This commit is contained in:
parent
7d93e07a2d
commit
141fd505b8
@ -946,6 +946,17 @@ dfm()
|
||||
cd $tmpdir
|
||||
}
|
||||
|
||||
x()
|
||||
{
|
||||
cd $systemdir/x-scripts
|
||||
|
||||
mkdir -p /freon/bin
|
||||
|
||||
cp * /freon/bin/.
|
||||
|
||||
cd $tmpdir
|
||||
}
|
||||
|
||||
jwm()
|
||||
{
|
||||
cd $systemdir/jwm
|
||||
|
1
deps/hexchat.deps
vendored
1
deps/hexchat.deps
vendored
@ -2,3 +2,4 @@ gtk2
|
||||
xlibs
|
||||
notify
|
||||
menu-cache
|
||||
openssl
|
||||
|
2
deps/jwm.deps
vendored
2
deps/jwm.deps
vendored
@ -1,3 +1,5 @@
|
||||
xlibs
|
||||
tinyx
|
||||
xcb
|
||||
cairo
|
||||
pcre
|
||||
|
3
deps/lostirc.deps
vendored
3
deps/lostirc.deps
vendored
@ -1,3 +0,0 @@
|
||||
xlibs
|
||||
gtk2
|
||||
gtk2mm
|
5
deps/x.deps
vendored
Normal file
5
deps/x.deps
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
tinyx
|
||||
gtk2
|
||||
dfm
|
||||
hexchat
|
||||
jwm
|
18
system/x-scripts/startx
Executable file
18
system/x-scripts/startx
Executable file
@ -0,0 +1,18 @@
|
||||
#!/bin/sh
|
||||
# Start Xfbdev for Freon Linux
|
||||
# Chris Dorman 2020 - LGPLv2
|
||||
|
||||
# X server settings
|
||||
FONTPATH="-fp /freon/lib/X11/fonts/misc"
|
||||
DISPLAY=":0"
|
||||
RESOLUTION="-screen 800x600"
|
||||
X="Xfbdev"
|
||||
# WM settings
|
||||
WM="jwm"
|
||||
WMARGS="-display :0"
|
||||
|
||||
exec $X $DISPLAY $RESOLUTION &
|
||||
|
||||
sleep 1
|
||||
|
||||
exec $WM $WMARGS
|
Loading…
x
Reference in New Issue
Block a user