aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-04-10 14:50:30 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-04-10 14:50:30 +0300
commitdb267f6df2f068e33d5cb1ea3b3ff2eefcea43b8 (patch)
tree25679f58eddc150714fe566a6625ec648671ff3a
parent2a3c345a2551bbaf7522d9576d57967c25a7857d (diff)
downloadswayrice-db267f6df2f068e33d5cb1ea3b3ff2eefcea43b8.tar.gz
swayrice-db267f6df2f068e33d5cb1ea3b3ff2eefcea43b8.zip
lf: spawn terminal quietly
-rw-r--r--dotfiles/.config/lf/lfrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.config/lf/lfrc b/dotfiles/.config/lf/lfrc
index 31c6945..4040195 100644
--- a/dotfiles/.config/lf/lfrc
+++ b/dotfiles/.config/lf/lfrc
@@ -90,6 +90,6 @@ map <enter> shell
map f :fzf_jump
map t :dragon
map T :dragon_drop
-map W $setsid $TERMINAL & # open new terminal window
+map W $setsid $TERMINAL > /dev/null 2>&1 & # open new terminal window
map Y :yank-path
map L $LESSOPEN='| ~/.local/bin/scope %s' less -R $f # open file preview in pager