diff options
author | ZachIR <zachir@librem.one> | 2025-02-28 11:40:17 -0600 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-02-28 11:43:53 -0600 |
commit | a4e6a837c6edc8f1c2ea8f714ce84f61a3629715 (patch) | |
tree | e161100e2114af6dceb004837dc3bf01ea82d861 | |
parent | 048d640a5cfac9f2dc010bdf26790eb2dc30f67f (diff) |
Add handlr config
-rw-r--r-- | handlr/handlr.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/handlr/handlr.toml b/handlr/handlr.toml new file mode 100644 index 0000000..58e04ba --- /dev/null +++ b/handlr/handlr.toml @@ -0,0 +1,4 @@ +enable_selector = false +selector = "tofi -c ~/.conifg/tofi/cosmic --prompt-text 'Open With: '" +term_exec_args = '-e' +expand_wildcards = false |