sx/sx.1

59 lines
1005 B
Groff

.TH sx 1 2017-05-12 sx
.SH NAME
sx \- start an xserver
.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
This environment represents the file used to store authorisation entries used
to secure
.BR Xorg (1) .
If this environment is not set then
.B sx
will create and use
.IR \%$XDG_CONFIG_HOME/sx/xauthfile
instead.
.SH FILES
.TP
.BR $XDG_CONFIG_HOME/sx/sxrc " " "" ( $HOME/.config/sx/sxrc )
The default client started by
.BR sx .
This file must be executable.
.TP
.BR $XDG_DATA_HOME/sx " " "" ( $HOME/.local/share/sx )
This directory is used for storing the logs generated by
.BR Xorg (1) .
Each log is named numerically based on the
.B DISPLAY
environment.
.SH SOURCE
.UR https://github.com/Earnestly/sx
.UE
.SH SEE ALSO
.BR xinit (1),
.BR startx (1),
.BR Xserver (1),
.BR X (7)