make rofi command a function to eliminate problems with quotes options. Should fix #33 once and for all
This commit is contained in:
parent
11790ca6c6
commit
75cf715158
@ -1,11 +1,11 @@
|
|||||||
# permanently set alternative root dir
|
# permanently set alternative root dir
|
||||||
# root=/path/to/root
|
# root=/path/to/root
|
||||||
|
|
||||||
# optional rofi parameters:
|
# rofi command. Make sure to have "$@" as last argument
|
||||||
# keep in mind that 0.15.7 has different arguments compared to
|
_rofi () {
|
||||||
# latest git. for rofi-pass this means that "-i" will not work with
|
rofi -z -i -width 700 -no-levenshtein-sort "$@"
|
||||||
# 0.15.7.
|
}
|
||||||
rofiopts="-i -width 700 -no-levenshtein-sort"
|
|
||||||
|
|
||||||
# fields to be used
|
# fields to be used
|
||||||
URL_field='url'
|
URL_field='url'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user