Added nnn bookmarks, removed preview config and removed exec dwm from xinit
This commit is contained in:
@@ -68,9 +68,11 @@ export SYSTEMD_EDITOR=$EDITOR
|
|||||||
### set nnn options
|
### set nnn options
|
||||||
# set detailed mode by default, a for auto FIFO
|
# set detailed mode by default, a for auto FIFO
|
||||||
export NNN_OPTS='da'
|
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
|
# use xdg-open to handle more filetypes, correctly
|
||||||
export NNN_FALLBACK_OPENER=xdg-open
|
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
|
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||||
|
|||||||
@@ -4,4 +4,4 @@ if [ -f ~/.Xresources ]; then
|
|||||||
xrdb -merge -I$HOME ~/.Xresources
|
xrdb -merge -I$HOME ~/.Xresources
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec dwm
|
#exec dwm
|
||||||
|
|||||||
Reference in New Issue
Block a user