add ignore case option
This commit is contained in:
parent
2431db48b8
commit
69c72b1d10
1 changed files with 1 additions and 1 deletions
2
dmenurc
2
dmenurc
|
|
@ -22,4 +22,4 @@ DMENU_SF="#ea7607"
|
|||
TERMINAL_CMD="terminal -e"
|
||||
|
||||
## export our variables
|
||||
DMENU_OPTIONS="-fn $DMENU_FN -nb $DMENU_NB -nf $DMENU_NF -sf $DMENU_SF -sb $DMENU_SB"
|
||||
DMENU_OPTIONS="-i -fn $DMENU_FN -nb $DMENU_NB -nf $DMENU_NF -sf $DMENU_SF -sb $DMENU_SB"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue