From eac409d1887f31e1b92e08a7976a10c32e7f362a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 9 Nov 2016 15:01:08 +0100 Subject: [PATCH] Fix window switching in run-or-raise MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Using ‘hlwm-switch-to-window’ instead of ‘herbstclient jumpto’ makes sure that tag locking keeps working. --- herbstluftwm/usr/bin/hlwm-run-or-raise | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/herbstluftwm/usr/bin/hlwm-run-or-raise b/herbstluftwm/usr/bin/hlwm-run-or-raise index d01eac2..be665a7 100755 --- a/herbstluftwm/usr/bin/hlwm-run-or-raise +++ b/herbstluftwm/usr/bin/hlwm-run-or-raise @@ -39,5 +39,5 @@ (if (member current-window-id window-ids) (cadr (pull-element-to-front current-window-id window-ids)) (car window-ids)))) - (run (herbstclient jumpto ,next-window))) + (run (hlwm-switch-to-window ,next-window))) (exec-epf (,@(cdr command-line-arguments))))