feat: change dragon-drag-and-drop name

This commit is contained in:
Flinner Yuu 2023-03-31 13:27:05 +03:00
parent ce8ee58b97
commit 48720c1722
Signed by: flinner
GPG Key ID: 95CE0DA7F0E58CA6
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ bspc rule -a Thunderbird desktop='^8'
bspc rule -a KeePassXC desktop='^8' bspc rule -a KeePassXC desktop='^8'
# the confirm dialog # the confirm dialog
bspc rule -a "KeePassXC:*:Confirm Auto-Type" sticky=on bspc rule -a "KeePassXC:*:Confirm Auto-Type" sticky=on
bspc rule -a "Dragon-drag-and-drop" sticky=on bspc rule -a "Dragon-drop" sticky=on
bspc rule -a Dino desktop='^8' bspc rule -a Dino desktop='^8'
bspc rule -a Peek state=floating bspc rule -a Peek state=floating

View File

@ -468,7 +468,7 @@ map g/ cd /
map g? cd /usr/share/doc/ranger map g? cd /usr/share/doc/ranger
# Custom Commands # Custom Commands
map gd open_with dragon-drag-and-drop -a -x map gd open_with dragon-drop -a -x
# clean latex files # clean latex files
map dlc shell latexmk -c map dlc shell latexmk -c
map dlC shell latexmk -C map dlC shell latexmk -C

View File

@ -294,4 +294,4 @@ mime application/x-executable = "$1"
# Move the file to trash using trash-cli. # Move the file to trash using trash-cli.
label trash, has trash-put = trash-put -- "$@" label trash, has trash-put = trash-put -- "$@"
label trash = mkdir -p -- ${XDG_DATA_DIR:-$HOME/.ranger}/ranger-trash; mv -- "$@" ${XDG_DATA_DIR:-$HOME/.ranger}/ranger-trash label trash = mkdir -p -- ${XDG_DATA_DIR:-$HOME/.ranger}/ranger-trash; mv -- "$@" ${XDG_DATA_DIR:-$HOME/.ranger}/ranger-trash
has dragon-drag-and-drop, X, flag f = dragon-drag-and-drop -a -x "$@" has dragon-drag-drop, X, flag f = dragon-drag-drop -a -x "$@"