summaryrefslogtreecommitdiffstats
path: root/source/dialogs
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-02-18 10:47:53 +0100
committerDave Davenport <qball@gmpclient.org>2017-02-18 10:47:53 +0100
commited7cfcb6aa19e726991231ec9616e38e45556bdc (patch)
tree616ea21259994c05295887010033ad46f822a552 /source/dialogs
parent85bd47e42f6212d8af25d26fb5497fa7755e3f2b (diff)
Add openbox to the naughty list
Diffstat (limited to 'source/dialogs')
-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 4171ad2f..2980270e 100644
--- a/source/dialogs/window.c
+++ b/source/dialogs/window.c
@@ -578,7 +578,7 @@ static ModeMode window_mode_result ( Mode *sw, int mretv, G_GNUC_UNUSED char **i
}
else {
rofi_view_hide ();
- if ( current_window_manager == WM_AWESOME )
+ if ( (current_window_manager&(WM_AWESOME|WM_OPENBOX)) != 0 )
{
// Get the desktop of the client to switch to
uint32_t wmdesktop = 0;