From 9001a3391f17aa71cc299be8bc8ffadbb9b9ac12 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 13 Sep 2018 21:54:12 -0700 Subject: Raise the window when switching to it In floating mode jumping to a window doesn’t actually raise it. --- hlwm-switch-to-window | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hlwm-switch-to-window b/hlwm-switch-to-window index 4a722db..beb4bcc 100755 --- a/hlwm-switch-to-window +++ b/hlwm-switch-to-window @@ -5,4 +5,5 @@ tag=$(herbstclient attr clients.$winid.tag) herbstclient chain \ , silent substitute M tags.by-name.$tag.my_monitor focus_monitor M \ , use $tag \ - , jumpto $winid + , jumpto $winid \ + , raise $winid -- cgit v1.2.3-54-g00ecf