From 946589562ddc86d13639c15aed757a4704fcbd7a Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sun, 23 Jul 2023 00:12:55 +0200 Subject: [PATCH] Update comments in env vars definitions --- home/.config/shell/environment | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/home/.config/shell/environment b/home/.config/shell/environment index 373b8a8..0ebeb88 100755 --- a/home/.config/shell/environment +++ b/home/.config/shell/environment @@ -78,11 +78,12 @@ fi # Other program settings export HISTTIMEFORMAT="%Y-%m-%d %T " export SUDO_ASKPASS="$HOME/.local/bin/scripts/gui/prompt/menupass" -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 XSECURELOCK_SHOW_DATETIME=1 # Show current date and time in xsecurelock -export QT_QPA_PLATFORMTHEME="qt5ct" # Have QT use theme from qt5ct. -#export QT_STYLE_OVERRIDE="gtk2" # Have QT use the gtk2 theme (needs aur/qt5-styleplugins) +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 XSECURELOCK_SHOW_DATETIME=1 # Show current date and time in xsecurelock +export QT_QPA_PLATFORMTHEME="qt5ct" # Have QT use theme from qt5ct. +#export QT_STYLE_OVERRIDE="gtk2" # Have QT use the gtk2 theme (needs aur/qt5-styleplugins) +#export QSG_RENDER_LOOP=basic # Fix Stremio freezing # Remove irrelevant variables added for posix compatibility unset posix