From e3f8dec155c998d14d37ed85633a796f6049bfc1 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 5 Mar 2025 13:00:13 -0500 Subject: [PATCH] AutoYADM commit: 2025-03-05 13:00:13 --- .config/helix/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 46c8dcfe..80d74da5 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -131,7 +131,7 @@ x = "extend_line_above" # open clipboard picker & paste # p = [":append-output (clipcat-menu && wl-paste) || echo''"] p = ''' -:append-output (clipcat-menu --finder custom --custom-finder-program-path fuzzel --custom-finder-arguments=--dmenu,--placeholder=Clipboard --config <(printf "[log]\nemit_stdout = true\n") | grep -q 'Nothing is selected') || echo "hi"''' +:append-output clipcat-menu --finder custom --custom-finder-program-path fuzzel --custom-finder-arguments=--dmenu,--placeholder=Clipboard --config <(printf "[log]\nemit_stdout = true\n") | grep -q 'Nothing is selected' && exit 1''' P = [":insert-output clipcat-menu && wl-paste"] x = ":bc"