Implement scroll wheel workspace switching

This commit is contained in:
Drew DeVault 2018-03-30 22:02:55 -04:00
parent 8d1425bde9
commit ae14dfc7ae
3 changed files with 49 additions and 4 deletions

View file

@ -6,5 +6,6 @@
void ipc_initialize(struct swaybar *bar, const char *bar_id);
bool handle_ipc_event(struct swaybar *bar);
void ipc_get_workspaces(struct swaybar *bar);
void ipc_send_workspace_command(struct swaybar *bar, const char *ws);
#endif