summaryrefslogtreecommitdiffstats
path: root/include
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 /include
parent85bd47e42f6212d8af25d26fb5497fa7755e3f2b (diff)
Add openbox to the naughty list
Diffstat (limited to 'include')
-rw-r--r--include/x11-helper.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/x11-helper.h b/include/x11-helper.h
index a40fde88..8fc4db12 100644
--- a/include/x11-helper.h
+++ b/include/x11-helper.h
@@ -269,7 +269,9 @@ typedef enum {
/** I3 Window manager */
WM_I3 = 1,
/** Awesome window manager */
- WM_AWESOME = 2
+ WM_AWESOME = 2,
+ /** Openbox window manager */
+ WM_OPENBOX = 4
} WindowManager;
/**