profile cleanup
This commit is contained in:
parent
a95ded3e15
commit
f7880bf3a9
|
@ -59,7 +59,6 @@ export XSECURELOCK_SAVER="/usr/libexec/xscreensaver/cubicgrid"
|
|||
export XSECURELOCK_SHOW_DATETIME=1
|
||||
export XSECURELOCK_SHOW_HOSTNAME=1
|
||||
|
||||
|
||||
# Other program settings:
|
||||
export SUDO_ASKPASS="$HOME/.local/bin/dmenupass"
|
||||
export FZF_DEFAULT_OPTS="--layout=reverse --height 40%"
|
||||
|
@ -80,7 +79,6 @@ export ANSIBLE_NOCOWS=1 # Stop those fucking cows in Ansible
|
|||
export VIRTUAL_ENV_DISABLE_PROMPT=1
|
||||
export VAULT_ADDR='https://vault.tralios.de'
|
||||
|
||||
|
||||
# This is the list for lf icons:
|
||||
export LF_ICONS="\
|
||||
tw=:\
|
||||
|
|
|
@ -25,18 +25,6 @@ GPG_TTY="$(tty)"
|
|||
export GPG_TTY
|
||||
gpg-connect-agent updatestartuptty /bye > /dev/null
|
||||
|
||||
export XSECURELOCK_AUTH_BACKGROUND_COLOR="#24283b"
|
||||
export XSECURELOCK_AUTH_FOREGROUND_COLOR="#c0caf5"
|
||||
export XSECURELOCK_AUTH_WARNING_COLOR="#f7768e"
|
||||
export XSECURELOCK_BACKGROUND_COLOR="#15161E"
|
||||
export XSECURELOCK_DATETIME_FORMAT="%d.%m.%Y %H:%M"
|
||||
export XSECURELOCK_PASSWORD_PROMPT="time_hex"
|
||||
export XSECURELOCK_AUTH_TIMEOUT=10
|
||||
export XSECURELOCK_SHOW_DATETIME=1
|
||||
export XSECURELOCK_COMPOSITE_OBSCURER=0
|
||||
export XSECURELOCK_SAVER="/usr/lib/xscreensaver/cubicgrid"
|
||||
export XSECURELOCK_SHOW_DATETIME=1
|
||||
export XSECURELOCK_SHOW_HOSTNAME=1
|
||||
xset s 300
|
||||
xss-lock -n /usr/lib/xsecurelock/dimmer -l -- xsecurelock &
|
||||
|
||||
|
|
Loading…
Reference in New Issue