first commit

This commit is contained in:
STP
2019-11-26 21:36:24 +01:00
commit d9ad30ccf3
2899 changed files with 168823 additions and 0 deletions

8
etc_org/X11/xinit/xinitrc Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
# /etc/X11/xinit/xinitrc
#
# global xinitrc file, used by all X sessions started by xinit (startx)
# invoke global X session script
. /etc/X11/Xsession

View File

@ -0,0 +1,3 @@
# im-config(8) generated on Sun, 30 Mar 2014 02:45:02 +0900
run_im default
# im-config signature: d57688c8151277a0c25d15aa0523da6b -

3
etc_org/X11/xinit/xserverrc Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
exec /usr/bin/X -nolisten tcp "$@"