mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-02-23 03:49:02 +00:00
6 lines
128 B
Bash
Executable file
6 lines
128 B
Bash
Executable file
#!/bin/sh
|
|
|
|
readonly PREVIEW_ID="preview"
|
|
|
|
printf '{"action": "remove", "identifier": "%s"}\n' "$PREVIEW_ID" > "$FIFO_UEBERZUG"
|
|
|