mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 04:41:47 +00:00
30 lines
488 B
Plaintext
30 lines
488 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# twm
|
|
|
|
> A window manager for the X Window system.
|
|
> 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`
|