Initial commit
This commit is contained in:
commit
85f5be4658
18 changed files with 663 additions and 0 deletions
5
.config/lf/cleaner
Executable file
5
.config/lf/cleaner
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
if [ -n "$FIFO_UEBERZUG" ]; then
|
||||
printf '{"action": "remove", "identifier": "PREVIEW"}\n' > "$FIFO_UEBERZUG"
|
||||
fi
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue