From 63bd4afb0662d749bb224cd0846ae82ccf099c56 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 26 Feb 2025 20:00:04 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-26 20:00:04 --- .config/niri/pipe-stuff.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/niri/pipe-stuff.txt diff --git a/.config/niri/pipe-stuff.txt b/.config/niri/pipe-stuff.txt new file mode 100644 index 00000000..6993778d --- /dev/null +++ b/.config/niri/pipe-stuff.txt @@ -0,0 +1,10 @@ +foot config +pipe-scrollback=[fish -c "piped_window_editor"] Shift+Mod1+o +pipe-visible=[fish -c "piped_window_editor"] Shift+Mod1+l + +fish shell +function piped_window_editor + set -l file /tmp/cami-helix-overlay + read -z >$file + footclient -N helix -c ~/r/dot/helix/wrap-off.toml $file +end