Restructure qb configfile and pass arguments to newbrowser

This commit is contained in:
Felix Van der Jeugt 2020-01-02 13:35:46 +01:00
parent aee545d2b9
commit b2a8a2e648
No known key found for this signature in database
GPG key ID: 58B209295023754D
2 changed files with 16 additions and 16 deletions

View file

@ -1,2 +1,2 @@
#!/bin/sh
exec qutebrowser --temp-basedir --config-py $HOME/.config/qutebrowser/config.py
exec qutebrowser --temp-basedir --config-py $HOME/.config/qutebrowser/config.py "$@"