]> Dogcows Code - chaz/tint2/blobdiff - src/config.c
Scrolling through tasks by schattenprinz
[chaz/tint2] / src / config.c
index 1e8340452e0be7879f4039f4752743ff0b2d5acd..d93d2c3d4166115c237fe9fadb8ec2d0bf5771f2 100644 (file)
@@ -173,6 +173,10 @@ void get_action (char *event, int *action)
                *action = DESKTOP_LEFT;
        else if (strcmp (event, "desktop_right") == 0)
                *action = DESKTOP_RIGHT;
+       else if (strcmp (event, "next_task") == 0)
+               *action = NEXT_TASK;
+       else if (strcmp (event, "prev_task") == 0)
+               *action = PREV_TASK;
 }
 
 
This page took 0.023307 seconds and 4 git commands to generate.