diff options
| author | 2016-11-09 15:01:08 +0100 | |
|---|---|---|
| committer | 2016-11-09 15:01:08 +0100 | |
| commit | 012678602e2d28a3d5379273f84ab9b6ad2e9b2f (patch) | |
| tree | 926df4acfc6d7611817b9241c19254d219430f3e | |
| parent | 1a888b8eae8510f541ee66332040dc8fc4509d26 (diff) | |
| download | hlwm-run-or-raise-012678602e2d28a3d5379273f84ab9b6ad2e9b2f.tar.gz hlwm-run-or-raise-012678602e2d28a3d5379273f84ab9b6ad2e9b2f.zip | |
Fix window switching in run-or-raise
Using ‘hlwm-switch-to-window’ instead of ‘herbstclient jumpto’ makes
sure that tag locking keeps working.
| -rwxr-xr-x | hlwm-run-or-raise | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hlwm-run-or-raise b/hlwm-run-or-raise index d01eac2..be665a7 100755 --- a/hlwm-run-or-raise +++ b/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)))) |
