Implement scrolling on stack windows and on the bar. This implements ticket #18
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
#ifndef _COMMANDS_H
|
||||
#define _COMMANDS_H
|
||||
|
||||
bool focus_window_in_container(xcb_connection_t *conn, Container *container, direction_t direction);
|
||||
void show_workspace(xcb_connection_t *conn, int workspace);
|
||||
void parse_command(xcb_connection_t *conn, const char *command);
|
||||
|
||||
|
Reference in New Issue
Block a user