mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
Leave out unmap hack for now.
This commit is contained in:
parent
9b415e60a0
commit
c9707b4c1b
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ static SwitcherMode window_mode_result ( int mretv, G_GNUC_UNUSED char **input,
|
||||||
// Window is going to be removed later (retv == MODE_EXIT).
|
// Window is going to be removed later (retv == MODE_EXIT).
|
||||||
// Unmap it first, so (not so)awesomewm does not get confused and give application beneath
|
// Unmap it first, so (not so)awesomewm does not get confused and give application beneath
|
||||||
// rofi focus on destory.
|
// rofi focus on destory.
|
||||||
menu_unmap ();
|
//menu_unmap ();
|
||||||
if ( rmpd->config_i3_mode ) {
|
if ( rmpd->config_i3_mode ) {
|
||||||
// Hack for i3.
|
// Hack for i3.
|
||||||
i3_support_focus_window ( rmpd->ids->array[selected_line] );
|
i3_support_focus_window ( rmpd->ids->array[selected_line] );
|
||||||
|
|
Loading…
Reference in a new issue