Raise the window when switching to it
In floating mode jumping to a window doesn’t actually raise it.
This commit is contained in:
parent
b4051ffc4d
commit
cd9f77887e
1 changed files with 2 additions and 1 deletions
|
@ -5,4 +5,5 @@ tag=$(herbstclient attr clients.$winid.tag)
|
||||||
herbstclient chain \
|
herbstclient chain \
|
||||||
, silent substitute M tags.by-name.$tag.my_monitor focus_monitor M \
|
, silent substitute M tags.by-name.$tag.my_monitor focus_monitor M \
|
||||||
, use $tag \
|
, use $tag \
|
||||||
, jumpto $winid
|
, jumpto $winid \
|
||||||
|
, raise $winid
|
||||||
|
|
Loading…
Reference in a new issue