diff options
Diffstat (limited to 'home/dot_local/share/bin/executable_clean')
| -rw-r--r-- | home/dot_local/share/bin/executable_clean | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/dot_local/share/bin/executable_clean b/home/dot_local/share/bin/executable_clean new file mode 100644 index 0000000..8c824f1 --- /dev/null +++ b/home/dot_local/share/bin/executable_clean @@ -0,0 +1,3 @@ +#!/bin/sh +[ -n "$UB_SOCKET" ] && ueberzugpp cmd --socket "$UB_SOCKET" --action remove --identifier PREVIEW + |