1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
wayback-session(1)
# NAME
wayback-session - session launcher for *Xwayback*(1)
# SYNOPSIS
*wayback-session* _-sesscmd sessioncmd_ _args_
# DESCRIPTION
*wayback-session* is a session launcher using *Xwayback*(1).
Its behaviour is similiar to that of *startx*(1), and the same xinitrc files are used.
# OPTIONS
*wayback-session* optionally takes the command to launch a session.
If no command is specified it will try to launch ~/.xinitrc.
If ~/.xinitrc is not found, it will launch /etc/X11/xinit/xinitrc.
*-help*
Show help page
*-sesscmd*
Path to session command
*-version*, *-showconfig*
Show wayback-session version
# ENVVARS
*XWAYBACK_PATH*
Path to Xwayback
For other supported environment variables, see *Xwayback*(1) (section *ENVVARS*).
# FUTURE DIRECTIONS
This command will be deprecated and replaced by *xinit*(1) in the future.
# LICENSE
MIT
# SEE ALSO
*Xwayback*(1), *startx*(1), *Xserver*(1), *Xorg*(1)
|