diff options
author | awy <awy@awy.one> | 2025-09-20 14:59:23 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-09-20 14:59:23 +0300 |
commit | f40c8f749a3b2fa685b93f2f1e84b57beaca3276 (patch) | |
tree | 7526b5256241d47f5a0bc15c577dd20caec84e84 | |
parent | d45dc4e2677e7b5143097308be67d815c93032f6 (diff) | |
download | hyprdots-f40c8f749a3b2fa685b93f2f1e84b57beaca3276.tar.gz |
dragon
-rwxr-xr-x | .local/bin/shortcuts | 9 | ||||
-rw-r--r-- | aurdeps.txt | 1 |
2 files changed, 10 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 diff --git a/aurdeps.txt b/aurdeps.txt index edb6fca..c99b30c 100644 --- a/aurdeps.txt +++ b/aurdeps.txt @@ -6,3 +6,4 @@ newsraft #sing-geosite-rule-set gpu-screen-recorder doasedit-alternative +dragon-drop-git |