diff options
author | Ayush Agarwal <ayushnix@fastmail.com> | 2022-08-05 02:56:58 +0530 |
---|---|---|
committer | Ayush Agarwal <ayushnix@fastmail.com> | 2022-08-05 02:56:58 +0530 |
commit | 441f01804e6ee23ed31ff3576b463494900d3752 (patch) | |
tree | e4e8d968d21489d7b7930ed15d0466c574cac65a | |
parent | cd4d622ca2b1d8377f078296025299f1ddbf9a57 (diff) |
config: update the default config file
the config file can now recogize a custom location for the tofi config
file
-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 +# tofi_config_file="" # rofi_config_file="$XDG_CONFIG_HOME/rofi/test.rasi" # wofi_config_file="" # wofi_style_file="" |