Fix window switching in run-or-raise

Using ‘hlwm-switch-to-window’ instead of ‘herbstclient jumpto’ makes
sure that tag locking keeps working.
This commit is contained in:
Tom Willemse 2016-11-09 15:01:08 +01:00
parent 313d5c8c13
commit eac409d188

View file

@ -39,5 +39,5 @@
(if (member current-window-id window-ids) (if (member current-window-id window-ids)
(cadr (pull-element-to-front current-window-id window-ids)) (cadr (pull-element-to-front current-window-id window-ids))
(car window-ids)))) (car window-ids))))
(run (herbstclient jumpto ,next-window))) (run (hlwm-switch-to-window ,next-window)))
(exec-epf (,@(cdr command-line-arguments)))) (exec-epf (,@(cdr command-line-arguments))))