diff options
author | Ayush Agarwal <ayush@fastmail.in> | 2022-01-16 20:13:36 +0530 |
---|---|---|
committer | Ayush Agarwal <ayush@fastmail.in> | 2022-01-16 21:21:08 +0530 |
commit | 06d877f7c1047c88fc93a63c80ba6c266b590bd4 (patch) | |
tree | b4d747447f0d8ccb8fefc44a1f86b036be7ec8bd /tessen | |
parent | 5c6b52dfae264af7a91321c25b80f13431d89047 (diff) |
refactor: change the order of dmenu backend
tessen will now prefer finding fuzzel over rofi and wofi
Diffstat (limited to 'tessen')
-rwxr-xr-x | tessen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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=() |