]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
Add "active" and "primary" options to the <monitor> placement option for per-app...
[chaz/openbox] / openbox / config.h
index 890b002a8ec95d9ff169f1f336ea860612b90107..1802179d3f6774d67bc96b3a60e00d16bbfb888d 100644 (file)
 
 typedef struct _ObAppSettings ObAppSettings;
 
+typedef enum {
+    OB_APP_SETTINGS_MONITOR_FIXED,
+    OB_APP_SETTINGS_MONITOR_PRIMARY,
+    OB_APP_SETTINGS_MONITOR_ACTIVE,
+    OB_APP_SETTINGS_MONITOR_MOUSE
+} ObAppSettingsMonitor;
+
 struct _ObAppSettings
 {
     GPatternSpec *class;
@@ -49,6 +56,7 @@ struct _ObAppSettings
     gint shade;
     gint decor;
     gint focus;
+    ObAppSettingsMonitor monitor_type;
     gint monitor;
     gint iconic;
     gint skip_pager;
This page took 0.021963 seconds and 4 git commands to generate.