diff options
author | Ayush Agarwal <ayushnix@fastmail.com> | 2023-03-20 05:06:34 +0530 |
---|---|---|
committer | Ayush Agarwal <ayushnix@fastmail.com> | 2023-03-20 05:06:34 +0530 |
commit | 62d2b13b9163ad88a85250baf5e58ef49340ac8e (patch) | |
tree | 2d59704429f1fb9a0db65d4b350dc0f8ecd5ac82 /config | |
parent | 9321b9ceae6f40b6d78948261338978058f6baee (diff) |
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.
Diffstat (limited to 'config')
-rw-r--r-- | config | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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="" |