🐛 fix(kitty): changed hardcoded nemo into xdg-open specification

This commit is contained in:
Sergio Laín 2023-12-18 12:45:58 +01:00
parent 452d913d6b
commit f480dbdf18
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -1936,7 +1936,7 @@ map kitty_mod+x open_url_with_hints
#: 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