summaryrefslogtreecommitdiff
path: root/.local/bin/osel
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-11-18 18:48:49 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-11-18 18:48:49 +0100
commit3ed52a75442a01cfa2bf40420469ce86dadfc329 (patch)
treece556fcb8cc8749effa0a15568785dd742a0469b /.local/bin/osel
parentdab0f2954bdec40e3c85dcdaeb16cdbb403072ef (diff)
fuzzel: Switch from wofi to fuzzel
Diffstat (limited to '.local/bin/osel')
-rwxr-xr-x.local/bin/osel2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/osel b/.local/bin/osel
index c289b19..3d9e543 100755
--- a/.local/bin/osel
+++ b/.local/bin/osel
@@ -5,7 +5,7 @@ if [ -t 2 ]
then
eval fzf $OSEL_TERM_FLAGS
else
- eval wofi -d $OSEL_GUI_FLAGS
+ eval fuzzel -d $OSEL_GUI_FLAGS
fi`"
[ -z "$x" ] && exit 1
printf '%s' "$x"