From c9707b4c1b029b91ba9e0342cbdbef6d67fbecfe Mon Sep 17 00:00:00 2001 From: QC Date: Sun, 5 Apr 2015 14:52:01 +0200 Subject: [PATCH] Leave out unmap hack for now. --- source/dialogs/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/dialogs/window.c b/source/dialogs/window.c index 2a399d6b..260fbcdd 100644 --- a/source/dialogs/window.c +++ b/source/dialogs/window.c @@ -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] );