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))))