diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-18 18:48:49 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-18 18:48:49 +0100 |
commit | 3ed52a75442a01cfa2bf40420469ce86dadfc329 (patch) | |
tree | ce556fcb8cc8749effa0a15568785dd742a0469b /.local/bin/vlt | |
parent | dab0f2954bdec40e3c85dcdaeb16cdbb403072ef (diff) |
fuzzel: Switch from wofi to fuzzel
Diffstat (limited to '.local/bin/vlt')
-rwxr-xr-x | .local/bin/vlt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.local/bin/vlt b/.local/bin/vlt index 0f253b3..fe72cd2 100755 --- a/.local/bin/vlt +++ b/.local/bin/vlt @@ -296,7 +296,6 @@ raw() : ${VAULT_2FA:="2fa"} : ${VAULT_HOME:=${XDG_DATA_HOME:-$HOME/.local/share}/vault} readonly VAULT="${VAULT_HOME}/vault.sec" -export OSEL_GUI_FLAGS='-Oalphabetical' [ $# -eq 0 ] && usage |