Don't display hostname on lockscreen

This commit is contained in:
ItsDrike 2021-08-19 02:09:44 +02:00
parent 7651f5e7d3
commit ef45a89ca4
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -57,5 +57,6 @@ fi
# Other program settings
export SUDO_ASKPASS="$HOME/.local/bin/scripts/dmenu/dmenupass"
export PIPENV_VENV_IN_PROJECT=1 # Force pipenv to create new environments within projects ./.venv
export XSECURELOCK_SHOW_HOSTNAME=0 # Don't show hostname in xsecurelock
#export QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme.