startx: add page (#8752)

pull/1/head
nath1as 2022-10-08 22:17:08 +02:00 committed by GitHub
parent 92b27aa799
commit 02b9c39102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
pages/linux/startx.md Normal file
View File

@ -0,0 +1,20 @@
# startx
> The startx script is a front end to xinit that provides a nice user interface for running a single session of the X Window System.
> More information: <https://x.org/releases/X11R7.5/doc/man/man1/startx.1.html>.
- Start an X session:
`startx`
- Start an X session with a predefined depth value:
`startx -- -depth {{value}}`
- Start an X session with a predefined dpi value:
`startx -- -dpi {{value}}`
- Override the settings in the `.xinitrc` file and start a new X session:
`startx /{{path/to/window_manager_or_desktop_environment}}`