summaryrefslogtreecommitdiff
path: root/tessen
diff options
context:
space:
mode:
authorAyush Agarwal <ayush@fastmail.in>2022-01-16 20:13:36 +0530
committerAyush Agarwal <ayush@fastmail.in>2022-01-16 21:21:08 +0530
commit06d877f7c1047c88fc93a63c80ba6c266b590bd4 (patch)
treeb4d747447f0d8ccb8fefc44a1f86b036be7ec8bd /tessen
parent5c6b52dfae264af7a91321c25b80f13431d89047 (diff)
refactor: change the order of dmenu backend
tessen will now prefer finding fuzzel over rofi and wofi
Diffstat (limited to 'tessen')
-rwxr-xr-xtessen2
1 files changed, 1 insertions, 1 deletions
diff --git a/tessen b/tessen
index d3f7ddd..e349010 100755
--- a/tessen
+++ b/tessen
@@ -17,7 +17,7 @@ readonly tsn_prefix="${PASSWORD_STORE_DIR:-$HOME/.password-store}"
readonly tsn_cliptime="${PASSWORD_STORE_CLIP_TIME:-15}"
readonly tsn_delay="${TESSEN_DELAY:-200}"
# a list of dmenu backends for which tessen provides default options
-readonly -a tsn_known_backends=('bemenu' 'rofi' 'wofi' 'fuzzel')
+readonly -a tsn_known_backends=('bemenu' 'fuzzel' 'rofi' 'wofi')
# variables which hold data for possible actions and choices
tsn_backend="${TESSEN_BACKEND-}"
tsn_backend_opts=()