mirror of
https://github.com/davatorium/rofi.git
synced 2025-04-14 17:43:01 -04:00
[Window] do not revert focus on window switch.
This commit is contained in:
parent
91a71fd016
commit
eb544b48bc
1 changed files with 1 additions and 0 deletions
|
@ -687,6 +687,7 @@ static ModeMode window_mode_result ( Mode *sw, int mretv, G_GNUC_UNUSED char **i
|
|||
}
|
||||
}
|
||||
// Activate the window
|
||||
xcb->focus_revert = 0;
|
||||
xcb_ewmh_request_change_active_window ( &xcb->ewmh, xcb->screen_nbr, rmpd->ids->array[selected_line],
|
||||
XCB_EWMH_CLIENT_SOURCE_TYPE_OTHER,
|
||||
XCB_CURRENT_TIME, rofi_view_get_window () );
|
||||
|
|
Loading…
Add table
Reference in a new issue