mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
7 lines
128 B
Bash
7 lines
128 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
readonly PREVIEW_ID="preview"
|
||
|
|
||
|
printf '{"action": "remove", "identifier": "%s"}\n' "$PREVIEW_ID" > "$FIFO_UEBERZUG"
|
||
|
|