diff options
author | xyz <gky44px1999@gmail.com> | 2022-11-09 18:52:40 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-11-09 18:52:40 -0800 |
commit | 81ddf8bc5359ef6daf8a9003f5101b5367e43e73 (patch) | |
tree | f67dd2a9de9be7ab5ce2ba47ba20caee9950f54e /home/xyz/.profile | |
parent | a9cadb1c293e9659f82a88b47245eadb869e022f (diff) |
studio laptop change to headless server
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r-- | home/xyz/.profile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile index fff55260..8040dc0f 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -93,6 +93,6 @@ playerctld daemon # startx when login, should be put after environmental variables for .xinitrc to use # use `[ "$XDG_VTNR" ]` to avoid "-bash: [: : integer expression expected" warning/error message, when `sudo su - xyz` or ssh into a remote server, not sure if best practice or not -if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then - exec startx -fi +#if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then +# exec startx +#fi |