From 317e1a54f1f0af49374ebdbd07c02d8ee5ae2b83 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 5 Mar 2025 11:10:19 -0500 Subject: [PATCH] AutoYADM commit: 2025-03-05 11:10:19 --- .config/helix/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index f854aee6..f61881c0 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -128,7 +128,8 @@ C-u = ["page_cursor_half_up", "align_view_center"] [keys.normal."["] x = "extend_line_above" [keys.normal.space] -p = [":sh clipcat-menu", ":clipboard-paste-after"] +p = [":sh sleep 2; notify-send 'test'", "paste_after"] +# p = [":sh clipcat-menu", "paste_after"] x = ":bc" # UI settings and stuff