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
|
||||
# root=/path/to/root
|
||||
|
||||
# optional rofi parameters:
|
||||
# keep in mind that 0.15.7 has different arguments compared to
|
||||
# latest git. for rofi-pass this means that "-i" will not work with
|
||||
# 0.15.7.
|
||||
rofiopts="-i -width 700 -no-levenshtein-sort"
|
||||
# rofi command. Make sure to have "$@" as last argument
|
||||
_rofi () {
|
||||
rofi -z -i -width 700 -no-levenshtein-sort "$@"
|
||||
}
|
||||
|
||||
|
||||
# fields to be used
|
||||
URL_field='url'
|
||||
|
Loading…
x
Reference in New Issue
Block a user