Added nnn bookmarks, removed preview config and removed exec dwm from xinit

This commit is contained in:
jon
2021-08-13 15:30:56 -05:00
parent 44d9b30fee
commit ee21c69c43
2 changed files with 4 additions and 2 deletions

View File

@@ -68,9 +68,11 @@ export SYSTEMD_EDITOR=$EDITOR
### set nnn options
# set detailed mode by default, a for auto FIFO
export NNN_OPTS='da'
export NNN_PLUG='p:preview-tui;v:preview-tabbed'
#export NNN_PLUG='p:preview-tui;v:preview-tabbed'
# use xdg-open to handle more filetypes, correctly
export NNN_FALLBACK_OPENER=xdg-open
# nnn bookmarks, format of key:path
export NNN_BMS='d:~/Downloads;h:~;m:/s/movies;t:/s/tv'
[ -f ~/.fzf.bash ] && source ~/.fzf.bash

View File

@@ -4,4 +4,4 @@ if [ -f ~/.Xresources ]; then
xrdb -merge -I$HOME ~/.Xresources
fi
exec dwm
#exec dwm