diff --git a/Start-X-program-in-terminal-at-boot-without-x-desktop.md b/Start-X-program-in-terminal-at-boot-without-x-desktop.md new file mode 100644 index 0000000..d325728 --- /dev/null +++ b/Start-X-program-in-terminal-at-boot-without-x-desktop.md @@ -0,0 +1,9 @@ +The simplest method is just to pass an argument to startx. This is often used to test out a new window manager, e.g. + +`startx /usr/bin/twm` + +So, you should be able to do: + +`startx /path/to/your/program` + +Note: I haven't tested this in a while. It used to work, back in the good old days before Linux decided to try to become Windows. \ No newline at end of file