]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/config.h
i3bar: implement custom mouse wheel commands
[i3/i3] / i3bar / include / config.h
index 730d3ef005fe5a82c5a8f151b8f8eb85dd6c9753..2c39930531aea2752df810a84d2ade9d1de3f640 100644 (file)
@@ -24,6 +24,8 @@ typedef enum { M_DOCK = 0,
 
 typedef struct config_t {
     int modifier;
+    char *wheel_up_cmd;
+    char *wheel_down_cmd;
     position_t position;
     int verbose;
     struct xcb_color_strings_t colors;