[bin] Fix qutebrowser invocation to open stuff in a new window

This commit is contained in:
Sebastian Schulze 2022-02-07 22:23:31 +01:00
parent c80a1b91d7
commit 9c8aac5feb
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
#!/usr/bin/env bash
exec qutebrowser -C ~/.config/qutebrowser/config-comms.py -B ~/.local/share/qutebrowser-comms/ $*
exec qutebrowser --target window -C ~/.config/qutebrowser/config-comms.py -B ~/.local/share/qutebrowser-comms/ $*