diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-11-27 11:47:18 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-11-27 11:47:18 +0000 |
commit | 127fda6264f82df78f298db03d84952b3cd844eb (patch) | |
tree | 0e1e9187f742e0c279723f2effdd3b6e9c3fc40e /.config/lf/lfrc | |
parent | 004a6c576168c170e0e03b519206079bab12b45b (diff) |
Tidy up a line in the set wallpaper function.
Diffstat (limited to '.config/lf/lfrc')
-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 425f159..ac79bf5 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -43,7 +43,7 @@ set icons # Custom Functions cmd open ${{ case $(file --mime-type $f -bL) in - image/*) setsid imv $f >/dev/null 2>&1 &;; + image/*) setsid imv $f >/dev/null 2>&1 & ;; *pdf*) setsid zathura $fx >/dev/null 2>&1 & ;; text/*|application/json) $EDITOR "$f";; video/*) setsid mpv $f -quiet >/dev/null 2>&1 & ;; |