commit b4dc5bc20e93bdc8edaf5d5333d304c7aa16f725 parent 9808ed993b967333567a503c54bbf0b7a06bc026 Author: Sven Möller <sven-moeller@outlook.de> Date: Sun, 12 Dec 2021 19:47:59 +0100 Startx Diffstat:
M | bash/.profile | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/bash/.profile b/bash/.profile @@ -10,3 +10,7 @@ if [ "$(uname -o)" = "Android" ]; then else export BROWSER=qutebrowser fi + +if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then + exec startx +fi