aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-11-09 15:01:08 +0100
committerGravatar Tom Willemse2016-11-09 15:01:08 +0100
commit012678602e2d28a3d5379273f84ab9b6ad2e9b2f (patch)
tree926df4acfc6d7611817b9241c19254d219430f3e
parent1a888b8eae8510f541ee66332040dc8fc4509d26 (diff)
downloadhlwm-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-xhlwm-run-or-raise2
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))))