From f480dbdf18f4a3dca81878b82fa601e8d246c526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 18 Dec 2023 12:45:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(kitty):=20changed=20hardcode?= =?UTF-8?q?d=20nemo=20into=20xdg-open=20specification?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index a9f43f34..e4e5ce46 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -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