AutoYADM commit: 2025-02-26 21:45:04
This commit is contained in:
parent
ff6de15e67
commit
0d90cd6e14
1 changed files with 4 additions and 2 deletions
|
@ -1,10 +1,12 @@
|
||||||
foot config
|
```ini
|
||||||
pipe-scrollback=[fish -c "piped_window_editor"] Shift+Mod1+o
|
pipe-scrollback=[fish -c "piped_window_editor"] Shift+Mod1+o
|
||||||
pipe-visible=[fish -c "piped_window_editor"] Shift+Mod1+l
|
pipe-visible=[fish -c "piped_window_editor"] Shift+Mod1+l
|
||||||
|
```
|
||||||
|
|
||||||
fish shell
|
```fish
|
||||||
function piped_window_editor
|
function piped_window_editor
|
||||||
set -l file /tmp/cami-helix-overlay
|
set -l file /tmp/cami-helix-overlay
|
||||||
read -z >$file
|
read -z >$file
|
||||||
footclient -N helix -c ~/r/dot/helix/wrap-off.toml $file
|
footclient -N helix -c ~/r/dot/helix/wrap-off.toml $file
|
||||||
end
|
end
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue