aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-09-20 14:59:23 +0300
committerawy <awy@awy.one>2025-09-20 14:59:23 +0300
commitf40c8f749a3b2fa685b93f2f1e84b57beaca3276 (patch)
tree7526b5256241d47f5a0bc15c577dd20caec84e84 /.local
parentd45dc4e2677e7b5143097308be67d815c93032f6 (diff)
downloadhyprdots-f40c8f749a3b2fa685b93f2f1e84b57beaca3276.tar.gz
dragon
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/shortcuts9
1 files changed, 9 insertions, 0 deletions
diff --git a/.local/bin/shortcuts b/.local/bin/shortcuts
index bc2fb9e..49e7ac1 100755
--- a/.local/bin/shortcuts
+++ b/.local/bin/shortcuts
@@ -57,3 +57,12 @@ awk "!/^\s*#/ && !/^\s*\$/ {gsub(\"\\\s*#.*$\",\"\");
if (i < length(a)) chars = chars \", \"
}
printf(\"[[mgr.prepend_keymap]]\\non = [\\\"e\\\", %s]\\nrun = 'shell --block \\\"\$EDITOR %s\\\"'\\n\\n\", chars, \$2) >> \"$yazi_shortcuts\" }"
+
+cat <<EOL >> "$yazi_shortcuts"
+[[mgr.prepend_keymap]]
+on = "<C-n>"
+run = '''
+ shell 'dragon-drop --and-exit --on-top "\$@"' --confirm
+'''
+desc = "Open the drag and drop utility"
+EOL