Skip to content
This repository was archived by the owner on Jun 16, 2024. It is now read-only.

Commit dab6324

Browse files
refactor(kdeconnect): --confirm for yazi
1 parent 5e219b2 commit dab6324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home/programs/graphical/kdeconnect.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ in {
4646
programs.yazi.keymap.manager.keymap = mkIf cfg.enableYaziIntegration [
4747
{
4848
on = ["E"];
49-
run = "shell --block '${pkgs.kdeconnect}/bin/kdeconnect-cli -d ${cfg.deviceId} --share \"$@\"; read'";
49+
run = "shell --confirm --block '${pkgs.kdeconnect}/bin/kdeconnect-cli -d ${cfg.deviceId} --share \"$@\"; read'";
5050
desc = "send file to ${cfg.deviceId} using KDE Connect";
5151
}
5252
];

0 commit comments

Comments
 (0)