From b265d5178971c804022918c91d3ed7973078df31 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 20 May 2020 19:22:02 +0200 Subject: [PATCH] [fish] Commented out the tty auto-login --- shells/fish/conf.d/99-x.fish | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/shells/fish/conf.d/99-x.fish b/shells/fish/conf.d/99-x.fish index 71cdc4b..376e3b1 100644 --- a/shells/fish/conf.d/99-x.fish +++ b/shells/fish/conf.d/99-x.fish @@ -21,12 +21,12 @@ # Automatically start X at login # source: https://wiki.archlinux.org/index.php/Fish#Start_X_at_login # This must be at the bottom of this file -if status --is-login - if test -z "$DISPLAY" -a $XDG_VTNR = 1 - # Unlock GPG keyring befor starting X. - # This makes some things easier. - echo "gpg unlock" | gpg -se -r me@mmk2410.org > /dev/null - pulseaudio -D # start pulseaudio before X is started - exec startx -- -keeptty - end -end +#if status --is-login +# if test -z "$DISPLAY" -a $XDG_VTNR = 1 +# # Unlock GPG keyring befor starting X. +# # This makes some things easier. +# echo "gpg unlock" | gpg -se -r me@mmk2410.org > /dev/null +# pulseaudio -D # start pulseaudio before X is started +# exec startx -- -keeptty +# end +#end