summaryrefslogtreecommitdiffstats
path: root/source/x11-helper.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-02-18 12:12:51 +0100
committerDave Davenport <qball@gmpclient.org>2017-02-18 12:12:51 +0100
commit8608a4663360e9e737bd629b827541c32f7f1328 (patch)
tree7076d1ecf4995fc3177c69a948aaa149f56ba476 /source/x11-helper.c
parent71352a89d214e4df756658cf5da214300b2f6f0a (diff)
Fix missing capital. (sorry not awake yet)
Diffstat (limited to 'source/x11-helper.c')
-rw-r--r--source/x11-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/x11-helper.c b/source/x11-helper.c
index 6f044fb0..f372e0ef 100644
--- a/source/x11-helper.c
+++ b/source/x11-helper.c
@@ -941,7 +941,7 @@ void x11_helper_discover_window_manager ( void )
current_window_manager = WM_I3;
} else if ( g_strcmp0 ( wtitle.strings, "awesome" ) == 0 ){
current_window_manager = WM_AWESOME;
- } else if ( g_strcmp0 ( wtitle.strings, "openbox" ) == 0 ){
+ } else if ( g_strcmp0 ( wtitle.strings, "Openbox" ) == 0 ){
current_window_manager = WM_OPENBOX;
}
}