summaryrefslogtreecommitdiff
path: root/.local/bin/osel
diff options
context:
space:
mode:
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"