🐛 fix(kitty): changed hardcoded nemo into xdg-open specification
This commit is contained in:
parent
452d913d6b
commit
f480dbdf18
1 changed files with 1 additions and 1 deletions
|
@ -1936,7 +1936,7 @@ map kitty_mod+x open_url_with_hints
|
||||||
|
|
||||||
#: Open with file manager
|
#: Open with file manager
|
||||||
|
|
||||||
map kitty_mod+e launch --type=background --cwd=current sh -c 'hyprctl dispatch exec "[float; size 60% 60%; center 1] nemo" $(pwd)'
|
map kitty_mod+e launch --type=background --cwd=current sh -c 'hyprctl dispatch exec "[float; size 60% 60%; center 1] xdg-open" $(pwd)'
|
||||||
|
|
||||||
#: Insert selected path
|
#: Insert selected path
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue