mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Update sudo askpass to menupass
This commit is contained in:
parent
5a086c6ec7
commit
27b9e0ea42
|
@ -67,7 +67,7 @@ fi
|
||||||
|
|
||||||
# Other program settings
|
# Other program settings
|
||||||
export HISTTIMEFORMAT="%Y-%m-%d %T "
|
export HISTTIMEFORMAT="%Y-%m-%d %T "
|
||||||
export SUDO_ASKPASS="$HOME/.local/bin/scripts/dmenu/dmenupass"
|
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 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_HOSTNAME=0 # Don't show hostname in xsecurelock
|
||||||
export XSECURELOCK_SHOW_DATETIME=1 # Show current date and time in xsecurelock
|
export XSECURELOCK_SHOW_DATETIME=1 # Show current date and time in xsecurelock
|
||||||
|
|
Loading…
Reference in a new issue