Raise the window when switching to it

In floating mode jumping to a window doesn’t actually raise it.
This commit is contained in:
Tom Willemse 2018-09-13 21:54:12 -07:00
parent b4051ffc4d
commit cd9f77887e

View file

@ -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