50 lines
1.2 KiB
Groff
50 lines
1.2 KiB
Groff
.TH bisc.conf 5 "January 11, 2022" "bisc 0.4.1"
|
|
|
|
.SH NAME
|
|
bisc.conf - bisc configuration file
|
|
|
|
.SH SYNOPSIS
|
|
|
|
The bisc configuration file, found at the following locations, unless specified
|
|
via the \fC-c\fR command line option:
|
|
.IP \(bu 3
|
|
$XDG_CONFIG_HOME/bisc/bisc.conf,
|
|
.IP \(bu 3
|
|
$HOME/.config/bisc/bisc.conf (when $XDG_CONFIG_HOME is not set)
|
|
|
|
.SH DESCRIPTION
|
|
.PP
|
|
The bisc.conf file allows to change the default location of a couple of files
|
|
used by bisc.
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP 4
|
|
.BR "webengine-path" " (default " "$(XDG_DATA_HOME)/qutebrowser/webengine")
|
|
The location of the Chromium/QtWebEngine state directory.
|
|
.TP 4
|
|
.BR "whitelist-path" " (default " "$(XDG_CONFIG_HOME)/qutebrowser/whitelists/cookies")
|
|
The location of the domain whitelist.
|
|
|
|
.SH EXAMPLE
|
|
|
|
This is an example configuration:
|
|
.IP
|
|
.nf
|
|
\fC
|
|
# This is a comment
|
|
whitelist-path = "/home/alice/docs/cookie-whitelist"
|
|
# You can also access environment variables:
|
|
webengine-path = "$(HOME)/.local/qutebrowser/webengine"
|
|
\fR
|
|
.fi
|
|
|
|
.SH SEE ALSO
|
|
\fBbisc\fR(1) for the bisc command
|
|
|
|
.SH AUTHORS
|
|
Copyright © 2022 Michele Guerini Rocco.
|
|
.TP 0
|
|
Released under the GPL, version 3 or greater.
|
|
This software carries no warranty of any kind.
|