Add possibility to use qutebrowser from APT repo
This commit is contained in:
parent
4a19be55af
commit
bc91fd0122
|
@ -1,2 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Version from Git repository
|
||||||
~/repos/qutebrowser/qutebrowser.py --backend webengine "$@"
|
~/repos/qutebrowser/qutebrowser.py --backend webengine "$@"
|
||||||
|
|
||||||
|
# Version from APT package
|
||||||
|
#command qutebrowser
|
||||||
|
|
Loading…
Reference in New Issue