mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-10 15:44:41 -05:00
xcb: Fix normal window mode
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
2586cc926a
commit
711d97b66d
1 changed files with 1 additions and 1 deletions
|
@ -933,7 +933,7 @@ gboolean x11_late_setup ( void )
|
||||||
// We grab this using the rootwindow (as dmenu does it).
|
// We grab this using the rootwindow (as dmenu does it).
|
||||||
// this seems to result in the smallest delay for most people.
|
// this seems to result in the smallest delay for most people.
|
||||||
if ( find_arg ( "-normal-window" ) >= 0 ) {
|
if ( find_arg ( "-normal-window" ) >= 0 ) {
|
||||||
return;
|
return TRUE;
|
||||||
}
|
}
|
||||||
if ( find_arg ( "-no-lazy-grab" ) >= 0 ) {
|
if ( find_arg ( "-no-lazy-grab" ) >= 0 ) {
|
||||||
if ( !take_keyboard ( xcb_stuff_get_root_window (), 500 ) ) {
|
if ( !take_keyboard ( xcb_stuff_get_root_window (), 500 ) ) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue