diff --git a/.config/shell/profile b/.config/shell/profile index a0e524e24..8da4a21de 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -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=:\ diff --git a/.config/x11/xprofile b/.config/x11/xprofile index d609d6346..685e60de0 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -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 &