qutebrowser: Change qute-gemini to open tab related
Using the userscript qute-gemini to open any tabs (if invoked as qute-gemini-tab) to be related to the current tab.
This commit is contained in:
parent
8bf61fc582
commit
c781693c26
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ def open_url(url: str, open_args: str) -> None:
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
# Open in the current or a new tab depending on the script name
|
# Open in the current or a new tab depending on the script name
|
||||||
if sys.argv[0].endswith("-tab"):
|
if sys.argv[0].endswith("-tab"):
|
||||||
open_args = "-t"
|
open_args = "-b -r"
|
||||||
else:
|
else:
|
||||||
open_args = ""
|
open_args = ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue