mirror of https://github.com/Flinner/dots.git
feat: change dragon-drag-and-drop name
This commit is contained in:
parent
ce8ee58b97
commit
48720c1722
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 "$@"
|
||||||
|
|
Loading…
Reference in New Issue