mirror of
https://github.com/jarun/nnn.git
synced 2025-02-17 14:54:36 +00:00
Merge pull request #1118 from N-R-K/xdgdefault
xdgdefault: make dmenu case-insensitive, fix style
This commit is contained in:
commit
23a806864f
|
@ -14,7 +14,7 @@
|
|||
GUI="${GUI:-0}"
|
||||
|
||||
if [ "$GUI" -ne 0 ] && command -v dmenu > /dev/null 2>& 1; then
|
||||
menu="dmenu -l 7"
|
||||
menu="dmenu -i -l 7"
|
||||
elif command -v fzf > /dev/null 2>& 1; then
|
||||
menu="fzf -e --tiebreak=begin"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue