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:
parent
313d5c8c13
commit
eac409d188
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||||
|
|
Loading…
Reference in a new issue