5 lines
66 B
Plaintext
5 lines
66 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
|
||
|
|