Purge old vars

This commit is contained in:
gardouille 2020-12-04 16:38:20 +01:00
parent 0e09bed542
commit a1d6cab03d
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 0 additions and 7 deletions

7
qb
View File

@ -42,13 +42,6 @@ define_vars() { # {{{
## List of process pattern to monitor
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
choice_temp_file="$(mktemp -t ${PROGNAME}-XXXXXX.tmp)"