diff options
| author | krolyxon <me@krolyxon.com> | 2026-02-22 20:26:53 +0530 |
|---|---|---|
| committer | krolyxon <me@krolyxon.com> | 2026-02-22 20:26:53 +0530 |
| commit | d5eb2c59e84f4ccddd197fc43a02718bbe822b57 (patch) | |
| tree | c36cdc72365708da827f1979c9e1b4022704d288 /.config | |
| parent | d7da793c2f860af2aa7a1cf51b589e4ccf4602a7 (diff) | |
lf: fix invalid "sixel" error on startup
Diffstat (limited to '.config')
| -rw-r--r-- | .config/lf/lfrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 7642b42..46ccb6e 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -1,5 +1,5 @@ # Basic vars -set sixel true +# set sixel true set shellopts '-eu' set ifs "\n" set scrolloff 10 |
