From c0d3df8af0328280836ccfef85ae7e40eb3b6b87 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Wed, 3 Aug 2022 13:47:15 +0100 Subject: Make --drun-print-exec always be true. The option is now deprecated, and a warning will be printed if it's used. It may be removed in a future version of tofi, so it should be removed from any configs now. --- doc/config | 9 --------- 1 file changed, 9 deletions(-) (limited to 'doc/config') diff --git a/doc/config b/doc/config index 454f275..bb7c232 100644 --- a/doc/config +++ b/doc/config @@ -120,12 +120,3 @@ # If true, directly launch applications on selection when in drun mode. # Otherwise, just print the command line to stdout. drun-launch = false - - # If true, print an executable command line for the selected - # application when in drun mode. Otherwise, just print the path of the - # .desktop file. - # - # *WARNING*: This currently defaults to false. In the next version of - # tofi, this will change to always be true, as it should have been from - # the start. - drun-print-exec = true -- cgit v1.2.3