diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-04-10 14:50:30 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-04-10 14:50:30 +0300 |
commit | db267f6df2f068e33d5cb1ea3b3ff2eefcea43b8 (patch) | |
tree | 25679f58eddc150714fe566a6625ec648671ff3a /dotfiles/.config/lf | |
parent | 2a3c345a2551bbaf7522d9576d57967c25a7857d (diff) | |
download | swayrice-db267f6df2f068e33d5cb1ea3b3ff2eefcea43b8.tar.gz swayrice-db267f6df2f068e33d5cb1ea3b3ff2eefcea43b8.zip |
lf: spawn terminal quietly
Diffstat (limited to 'dotfiles/.config/lf')
-rw-r--r-- | dotfiles/.config/lf/lfrc | 2 |
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 |