aboutsummaryrefslogtreecommitdiffstats
path: root/herbstluftwm
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-11-09 15:01:08 +0100
committerGravatar Tom Willemse2016-11-09 15:01:08 +0100
commiteac409d1887f31e1b92e08a7976a10c32e7f362a (patch)
treefa054ecbc0c8a3f880b38731758aff99892b200a /herbstluftwm
parent313d5c8c139a60b5985702072537dda0f4fde7e4 (diff)
downloadnew-dotfiles-eac409d1887f31e1b92e08a7976a10c32e7f362a.tar.gz
new-dotfiles-eac409d1887f31e1b92e08a7976a10c32e7f362a.zip
Fix window switching in run-or-raise
Using ‘hlwm-switch-to-window’ instead of ‘herbstclient jumpto’ makes sure that tag locking keeps working.
Diffstat (limited to 'herbstluftwm')
-rwxr-xr-xherbstluftwm/usr/bin/hlwm-run-or-raise2
1 files changed, 1 insertions, 1 deletions
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))))