mirror of
https://github.com/lbonn/rofi
synced 2024-11-10 22:34:34 +00:00
Fix missing capital. (sorry not awake yet)
This commit is contained in:
parent
71352a89d2
commit
8608a46633
1 changed files with 1 additions and 1 deletions
|
@ -941,7 +941,7 @@ void x11_helper_discover_window_manager ( void )
|
|||
current_window_manager = WM_I3;
|
||||
} else if ( g_strcmp0 ( wtitle.strings, "awesome" ) == 0 ){
|
||||
current_window_manager = WM_AWESOME;
|
||||
} else if ( g_strcmp0 ( wtitle.strings, "openbox" ) == 0 ){
|
||||
} else if ( g_strcmp0 ( wtitle.strings, "Openbox" ) == 0 ){
|
||||
current_window_manager = WM_OPENBOX;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue