]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/configuration.h
Merge branch 'release-4.16.1'
[i3/i3] / i3bar / include / configuration.h
index e77e891b9f3bdf03afd548839b9d6508162a3b5a..b86da2e040bad6c2191e7cbcd3df3ef1f9cdfad9 100644 (file)
@@ -27,6 +27,7 @@ typedef enum { M_DOCK = 0,
 typedef struct binding_t {
     int input_code;
     char *command;
+    bool release;
 
     TAILQ_ENTRY(binding_t)
     bindings;
@@ -40,17 +41,18 @@ typedef struct tray_output_t {
 } tray_output_t;
 
 typedef struct config_t {
-    int modifier;
+    uint32_t modifier;
 
     TAILQ_HEAD(bindings_head, binding_t)
     bindings;
 
     position_t position;
-    int verbose;
+    bool verbose;
     struct xcb_color_strings_t colors;
     bool disable_binding_mode_indicator;
     bool disable_ws;
     bool strip_ws_numbers;
+    bool strip_ws_name;
     char *bar_id;
     char *command;
     char *fontname;