Created
February 9, 2019 23:49
-
-
Save g--o/369b6db1d69f32fbc2d643da92b7b202 to your computer and use it in GitHub Desktop.
start x server on different tty
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#tty8 as default | |
function start-xinit() | |
{ | |
sudo xinit "$1" -- :1 vt8 | |
} | |
function pyxinit() | |
{ | |
sudo xinit "/usr/bin/python $1" -- :1 vt8 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment