diff --git a/pages/common/twm.md b/pages/common/twm.md new file mode 100644 index 000000000..ffbe41dc8 --- /dev/null +++ b/pages/common/twm.md @@ -0,0 +1,24 @@ +# twm + +> A window manager for the X Window sytem. +> More information: . + +- 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`