58f031630c
This ist just a first draft to approach issue622 (https://github.com/The-Compiler/qutebrowser/issues/622) and my very first babysteps with python. With this change it is possible to set a user-stylesheet with a relative path, eg.: :set ui user-stylesheet mystyle.css where mystyle.css is in the ~/.config/qutebrowser/.
27 lines
350 B
Plaintext
27 lines
350 B
Plaintext
__pycache__
|
|
*.pyc
|
|
/build
|
|
/dist
|
|
/qutebrowser.egg-info
|
|
/pkg/pkg
|
|
/pkg/qutebrowser
|
|
/pkg/src
|
|
/pkg/qutebrowser-*.pkg.tar.xz
|
|
/setuptools-*.egg
|
|
/setuptools-*.zip
|
|
/qutebrowser/git-commit-id
|
|
/doc/*.html
|
|
/README.html
|
|
/CHANGELOG.html
|
|
/CONTRIBUTING.html
|
|
/FAQ.html
|
|
/INSTALL.html
|
|
/qutebrowser/html/doc/
|
|
/.venv
|
|
/.coverage
|
|
/htmlcov
|
|
/.tox
|
|
/testresults.html
|
|
tags
|
|
*.swp
|