tldr/pages/common/twm.md

25 lines
395 B
Markdown
Raw Normal View History

2020-10-01 19:55:39 +01:00
# twm
2020-12-04 12:37:44 +00:00
> A window manager for the X Window system.
2020-10-01 19:55:39 +01:00
> 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`