spaces in file names? who would have thunk!

This commit is contained in:
Adithya 2024-05-16 00:23:46 +05:30
parent 1b8649f6fc
commit b6dbcf3c1d
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -20,13 +20,13 @@
};
opener = {
edit-text = [
{ run = "${config.programs.neovim.package}/bin/nvim $0"; block = true; }
{ run = ''${config.programs.neovim.package}/bin/nvim "$0"''; block = true; }
];
terminal = [
{ run = "${config.programs.kitty.package}/bin/kitty --class=yazi -d=$0"; orphan = true; }
{ run = ''${config.programs.kitty.package}/bin/kitty --class=yazi -d="$0"''; orphan = true; }
];
open = [
{ run = "${pkgs.xdg-utils}/bin/xdg-open $0"; orphan = true; }
{ run = ''${pkgs.xdg-utils}/bin/xdg-open "$0"''; orphan = true; }
];
};
open.rules = [