1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 13:22:09 +02:00
tldr/pages/linux/startx.md
Lena 0fddee2272
pages/*: reword descriptions to comply with the style guide (#11507)
* pages/*: reword descriptions to comply with the style guide

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-15 09:55:25 +05:30

20 lines
536 B
Markdown

# startx
> 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}}`