scripts

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit a0773767445e01fe3cc74204cd3f4fb875854317
parent c14d9cce052cc820ee6b838bf41cf7ae7031471f
Author: AndrewLockVI <andrew@laack.co>
Date:   Thu, 13 Feb 2025 22:35:59 -0600

Updated search script to open a new window even in cases where there already an existing qute instance

Diffstat:
Msearch.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/search.sh b/search.sh @@ -15,5 +15,5 @@ url=$(echo "$urls" | $dmenu_cmd) if [ -n "$url" ]; then - qutebrowser "$url" + qutebrowser --target window "$url" fi