From 62d2b13b9163ad88a85250baf5e58ef49340ac8e Mon Sep 17 00:00:00 2001 From: Ayush Agarwal Date: Mon, 20 Mar 2023 05:06:34 +0530 Subject: feat: use a custom config file for fuzzel fuzzel started supporting configuration files in its version 1.8.0 release. https://codeberg.org/dnkl/fuzzel/releases/tag/1.8.0 This was a much awaited release because fuzzel is now the default backend for tessen. It fulfills every purpose that tessen wants to support and doesn't depend on either GTK or Qt. --- config | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config b/config index 1e67fbf..0594da8 100644 --- a/config +++ b/config @@ -18,6 +18,7 @@ # dmenu_backend in this config file # alternatively, use the command line arguments to specify the dmenu backend # while running tessen +# fuzzel_config_file="" # tofi_config_file="" # rofi_config_file="$XDG_CONFIG_HOME/rofi/test.rasi" # wofi_config_file="" -- cgit v1.2.3