From 516a2ea7a5e28a7e0def44e3cf6bb3b6e24dfc78 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 5 Mar 2025 13:05:14 -0500 Subject: [PATCH] AutoYADM commit: 2025-03-05 13:05:14 --- .config/helix/config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 80d74da5..29a39b9a 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -128,11 +128,11 @@ C-u = ["page_cursor_half_up", "align_view_center"] [keys.normal."["] x = "extend_line_above" [keys.normal.space] -# open clipboard picker & paste -# p = [":append-output (clipcat-menu && wl-paste) || echo''"] +# finally it works! 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' && exit 1''' -P = [":insert-output clipcat-menu && wl-paste"] +: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 || wl-paste''' +P = ''' +:insert-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 || wl-paste''' x = ":bc" # UI settings and stuff