diff options
Diffstat (limited to 'home/xyz')
-rw-r--r-- | home/xyz/.config/Mullvad VPN/gui_settings.json | 2 | ||||
-rw-r--r-- | home/xyz/.profile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/home/xyz/.config/Mullvad VPN/gui_settings.json b/home/xyz/.config/Mullvad VPN/gui_settings.json index 8867e15e..3300fc6a 100644 --- a/home/xyz/.config/Mullvad VPN/gui_settings.json +++ b/home/xyz/.config/Mullvad VPN/gui_settings.json @@ -1 +1 @@ -{"preferredLocale":"system","autoConnect":true,"enableSystemNotifications":true,"monochromaticIcon":false,"startMinimized":false,"unpinnedWindow":true,"browsedForSplitTunnelingApplications":[]}
\ No newline at end of file +{"preferredLocale":"system","autoConnect":true,"enableSystemNotifications":true,"monochromaticIcon":false,"startMinimized":false,"unpinnedWindow":true,"browsedForSplitTunnelingApplications":[],"changelogDisplayedForVersion":"2022.1"}
\ No newline at end of file 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 |