Leave out unmap hack for now.

This commit is contained in:
QC 2015-04-05 14:52:01 +02:00
parent 9b415e60a0
commit c9707b4c1b
1 changed files with 1 additions and 1 deletions

View File

@ -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).
// Unmap it first, so (not so)awesomewm does not get confused and give application beneath
// rofi focus on destory.
menu_unmap ();
//menu_unmap ();
if ( rmpd->config_i3_mode ) {
// Hack for i3.
i3_support_focus_window ( rmpd->ids->array[selected_line] );