mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 12:15:22 +02:00
twm: add page (#4377)
This commit is contained in:
parent
0ad92d11d7
commit
36d3925d55
1 changed files with 24 additions and 0 deletions
24
pages/common/twm.md
Normal file
24
pages/common/twm.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# twm
|
||||
|
||||
> A window manager for the X Window sytem.
|
||||
> More information: <https://gitlab.freedesktop.org/xorg/app/twm>.
|
||||
|
||||
- Connect to the default X server:
|
||||
|
||||
`twm`
|
||||
|
||||
- Connect to a specific X server:
|
||||
|
||||
`twm -display {{display}}`
|
||||
|
||||
- Only manage the default screen:
|
||||
|
||||
`twm -s`
|
||||
|
||||
- Use a specific startup file:
|
||||
|
||||
`twm -f {{path/to/file}}`
|
||||
|
||||
- Enable verbose mode and print unexpected errors in X:
|
||||
|
||||
`twm -v`
|
Loading…
Add table
Reference in a new issue