From 4582ce60603c57c6b75b73d590d93f443acda96a Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 5 Oct 2025 00:43:39 +0530 Subject: Add configuration (keymap) loading from toml file --- config.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.toml (limited to 'config.toml') 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 %" -- cgit v1.3.1