feat: change dragon-drag-and-drop name

main
Flinner Yuu 1 year ago
parent ce8ee58b97
commit 48720c1722
Signed by: flinner
GPG Key ID: 95CE0DA7F0E58CA6
  1. 2
      bspwm/.config/bspwm/bspwmrc
  2. 2
      ranger/.config/ranger/rc.conf
  3. 2
      ranger/.config/ranger/rifle.conf

@ -35,7 +35,7 @@ bspc rule -a Thunderbird desktop='^8'
bspc rule -a KeePassXC desktop='^8'
# the confirm dialog
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 Peek state=floating

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

@ -294,4 +294,4 @@ mime application/x-executable = "$1"
# Move the file to trash using trash-cli.
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
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 "$@"

Loading…
Cancel
Save