Purge old vars
This commit is contained in:
parent
0e09bed542
commit
a1d6cab03d
7
qb
7
qb
|
@ -42,13 +42,6 @@ define_vars() { # {{{
|
||||||
## List of process pattern to monitor
|
## List of process pattern to monitor
|
||||||
qutebrowser_proc_pattern="(qutebrowser)"
|
qutebrowser_proc_pattern="(qutebrowser)"
|
||||||
|
|
||||||
## Use Qutebrowser from Python Virtual Environment by default
|
|
||||||
QB_VENV_MODE="0"
|
|
||||||
|
|
||||||
## Qutebrowser possibles paths
|
|
||||||
QB_VENV_PYTHON_PATH="${HOME}/src/qutebrowser-venv/bin/python3"
|
|
||||||
QB_GIT_REPOSITORY="${HOME}/repos/qutebrowser"
|
|
||||||
|
|
||||||
## Store selected content to a temp file
|
## Store selected content to a temp file
|
||||||
choice_temp_file="$(mktemp -t ${PROGNAME}-XXXXXX.tmp)"
|
choice_temp_file="$(mktemp -t ${PROGNAME}-XXXXXX.tmp)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue