From 9e8af9d25106b615dabf956305f4ef80496ed412 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 24 Jul 2022 12:31:09 +0100 Subject: Add drun mode. This is a pretty simple implementation, but it should work for most use cases. Notably, generic application names aren't used (though that could be added without too much hassle), and neither are keywords (that would be more difficult). --- completions/tofi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'completions') diff --git a/completions/tofi b/completions/tofi index ea9b6de..5a1d392 100644 --- a/completions/tofi +++ b/completions/tofi @@ -38,6 +38,7 @@ _tofi() --horizontal --hide-cursor --history + --drun-launch --hint-font --late-keyboard-init ) @@ -69,3 +70,4 @@ _tofi() } complete -F _tofi tofi complete -F _tofi tofi-run +complete -F _tofi tofi-drun -- cgit v1.2.3