summaryrefslogtreecommitdiffstats
path: root/source/xcb.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/xcb.c')
-rw-r--r--source/xcb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/xcb.c b/source/xcb.c
index 03af399c..c0fe2402 100644
--- a/source/xcb.c
+++ b/source/xcb.c
@@ -885,6 +885,9 @@ static void x11_helper_discover_window_manager ( void )
else if ( g_strcmp0 ( wtitle.strings, "Openbox" ) == 0 ) {
current_window_manager = WM_OPENBOX;
}
+ else if ( g_strcmp0 ( wtitle.strings, "Xfwm4" ) == 0 ) {
+ current_window_manager = WM_XFWM4;
+ }
}
xcb_ewmh_get_utf8_strings_reply_wipe ( &wtitle );
}