2017-12-07 06:03:43 -06:00
|
|
|
.TH sx 1 2017-12-07 sx
|
2017-12-01 14:14:54 -06:00
|
|
|
|
|
|
|
.SH NAME
|
2017-12-08 11:18:15 -06:00
|
|
|
sx \- start an xorg server
|
2017-12-01 14:14:54 -06:00
|
|
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B sx
|
|
|
|
.RI [ client ]
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.B sx
|
|
|
|
can be used to replace both
|
|
|
|
.BR xinit (1)
|
|
|
|
and
|
|
|
|
.BR startx (1)
|
|
|
|
for starting an Xorg server. By default
|
|
|
|
.B sx
|
|
|
|
will attempt execute
|
|
|
|
.I sxrc
|
|
|
|
unless a
|
|
|
|
.I client
|
|
|
|
argument is provided.
|
|
|
|
|
|
|
|
.SH ENVIRONMENT
|
|
|
|
.TP
|
|
|
|
.B XAUTHORITY
|
2017-12-04 05:58:00 -06:00
|
|
|
This environment references a file which stores authorisation entries
|
2017-12-01 20:22:29 -06:00
|
|
|
used to secure
|
2017-12-01 14:14:54 -06:00
|
|
|
.BR Xorg (1) .
|
|
|
|
If this environment is not set then
|
|
|
|
.B sx
|
|
|
|
will create and use
|
2017-12-08 11:18:15 -06:00
|
|
|
.B \%XDG_CONFIG_HOME/sx/xauthority
|
2017-12-04 05:58:00 -06:00
|
|
|
instead while also exporting this value to
|
|
|
|
.BR XAUTHORITY .
|
2017-12-08 11:18:15 -06:00
|
|
|
.TP
|
|
|
|
.B XDG_CONFIG_HOME
|
|
|
|
The directory used when searching for
|
|
|
|
.I sxrc
|
|
|
|
and storing
|
|
|
|
.IR xauthority .
|
|
|
|
.B \%HOME/.config
|
|
|
|
will be used if
|
|
|
|
.B XDG_CONFIG_HOME
|
|
|
|
is not set.
|
2017-12-01 14:14:54 -06:00
|
|
|
|
|
|
|
.SH FILES
|
|
|
|
.TP
|
2017-12-08 11:18:15 -06:00
|
|
|
.B XDG_CONFIG_HOME/sx/sxrc
|
2017-12-01 14:14:54 -06:00
|
|
|
The default client started by
|
|
|
|
.BR sx .
|
|
|
|
This file must be executable.
|
|
|
|
.TP
|
2017-12-08 11:18:15 -06:00
|
|
|
.B XDG_CONFIG_HOME/sx/xauthority
|
2017-12-01 20:22:29 -06:00
|
|
|
The default authority used by
|
|
|
|
.B sx
|
|
|
|
if an alternative file is not provided with
|
2017-12-08 11:18:15 -06:00
|
|
|
.BR XAUTHORITY .
|
2017-12-01 14:14:54 -06:00
|
|
|
|
|
|
|
.SH SOURCE
|
|
|
|
.UR https://github.com/Earnestly/sx
|
|
|
|
.UE
|
|
|
|
|
|
|
|
.SH SEE ALSO
|
2017-12-08 11:18:15 -06:00
|
|
|
.BR Xorg (1),
|
2017-12-01 14:14:54 -06:00
|
|
|
.BR xinit (1),
|
|
|
|
.BR startx (1),
|
2017-12-04 05:58:00 -06:00
|
|
|
.BR Xsecurity (7),
|
2017-12-01 14:14:54 -06:00
|
|
|
.BR X (7)
|