summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-04-05 14:52:01 +0200
committerQC <qball@gmpclient.org>2015-04-05 14:52:01 +0200
commitc9707b4c1b029b91ba9e0342cbdbef6d67fbecfe (patch)
tree5536424b0f2caa1d3127699fa7f19390120bfb84
parent9b415e60a0c7f94af52a2a2a718b82e0f0e54beb (diff)
Leave out unmap hack for now.
-rw-r--r--source/dialogs/window.c2
1 files changed, 1 insertions, 1 deletions
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] );