diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-05 16:46:13 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-05 17:05:22 +0530 |
| commit | 845b96c9a7f6d80f2042ef5d334fd6842d617f27 (patch) | |
| tree | 5c5f95acc25adcd400c7f1a658f571d70a6c365b /config.toml | |
| parent | 332fed0c0936a48b5cb68ebd7b2dc4d96003008e (diff) | |
| download | daffm-845b96c9a7f6d80f2042ef5d334fd6842d617f27.tar.gz daffm-845b96c9a7f6d80f2042ef5d334fd6842d617f27.zip | |
Add stripping quotes for toml keys
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index efeaf3f..2e58799 100644 --- a/config.toml +++ b/config.toml @@ -23,4 +23,4 @@ mf = "cmdline-set !touch " dd = "!rm -rfi %f" sdd = "!sudo rm -rfi %f" -pi = "!!clear; chafa -f kitty %" +"<space>p" = "!!clear; chafa -f kitty %" |
