aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-10-05 11:51:37 +0530
committerAkshay Nair <phenax5@gmail.com>2025-10-05 11:51:37 +0530
commit556f890c3bb799dd6bc1e83c5dcff12f25ed5c24 (patch)
treeb80400bfbaf70cc40abca895ffee9f4de90adec9 /config.toml
parentc999d5703d22a7b73394b50029ceede4ef06f09c (diff)
downloaddaffm-556f890c3bb799dd6bc1e83c5dcff12f25ed5c24.tar.gz
daffm-556f890c3bb799dd6bc1e83c5dcff12f25ed5c24.zip
Add ~ substitution for cd paths
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.toml b/config.toml
index 5e4f11e..cdd7d94 100644
--- a/config.toml
+++ b/config.toml
@@ -1,7 +1,7 @@
[keymap]
-gdl = "cd /home/imsohexy/Downloads"
-gdc = "cd /home/imsohexy/Documents"
-gp = "cd /home/imsohexy/Pictures"
-gsc = "cd /home/imsohexy/Pictures/screenshots"
+gdl = "cd ~/Downloads"
+gdc = "cd ~/Documents"
+gp = "cd ~/Pictures"
+gsc = "cd ~/Pictures/screenshots"
dd = "!rm -rfi %f"
pi = "!!clear; chafa -f kitty %"