diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-12 19:05:10 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-12 19:05:10 +0900 |
| commit | f5193092d18b04ad4c1937e2b2b120c596aca5d6 (patch) | |
| tree | e635eee2cc7c93339e997436dd07c035efbd6758 /mac/.config/lf/cleaner | |
| parent | fc3af8a3b3af5e3cd35c9c6b075e71e9ce43eb69 (diff) | |
updates
Diffstat (limited to 'mac/.config/lf/cleaner')
| -rwxr-xr-x | mac/.config/lf/cleaner | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mac/.config/lf/cleaner b/mac/.config/lf/cleaner index 0c8b566..ace13da 100755 --- a/mac/.config/lf/cleaner +++ b/mac/.config/lf/cleaner @@ -1,5 +1,6 @@ #!/bin/sh if command -v kitty >/dev/null 2>&1; then - kitty +kitten icat --silent --stdin no --transfer-mode file --clear </dev/null >/dev/tty + printf '\033_Ga=d,d=a\033\\' >/dev/tty 2>/dev/null + kitty +kitten icat --silent --stdin no --transfer-mode file --clear </dev/null >/dev/tty 2>/dev/null fi |
