mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 10:11:43 -05:00
Also give input focus when making window visible
This commit is contained in:
parent
af06168b61
commit
81135a1953
1 changed files with 2 additions and 0 deletions
2
window.c
2
window.c
|
@ -484,4 +484,6 @@ void toggle_visibility(void)
|
|||
window_set_visibility(win, visible);
|
||||
xcb_change_window_attributes(dpy, win, XCB_CW_EVENT_MASK, values_on);
|
||||
}
|
||||
if (visible)
|
||||
update_current();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue