diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-05 00:43:39 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-05 00:45:40 +0530 |
| commit | 4582ce60603c57c6b75b73d590d93f443acda96a (patch) | |
| tree | 2d6c0dde60443fdd87356a3233a9d2cd92046ef3 /config.toml | |
| parent | a302dfc2aabda53446fb38e035e61ae91b28f84a (diff) | |
| download | daffm-4582ce60603c57c6b75b73d590d93f443acda96a.tar.gz daffm-4582ce60603c57c6b75b73d590d93f443acda96a.zip | |
Add configuration (keymap) loading from toml file
Diffstat (limited to '')
| -rw-r--r-- | config.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..5e4f11e --- /dev/null +++ b/config.toml @@ -0,0 +1,7 @@ +[keymap] +gdl = "cd /home/imsohexy/Downloads" +gdc = "cd /home/imsohexy/Documents" +gp = "cd /home/imsohexy/Pictures" +gsc = "cd /home/imsohexy/Pictures/screenshots" +dd = "!rm -rfi %f" +pi = "!!clear; chafa -f kitty %" |
