]> git.lizzy.rs Git - bspwm.git/blob - rules.h
Handle optional desktop name in 'list'
[bspwm.git] / rules.h
1 #ifndef _RULES_H
2 #define _RULES_H
3
4 bool is_match(rule_t *, xcb_window_t);
5 void handle_rules(xcb_window_t, monitor_t **, desktop_t **, bool *, bool *, bool *, bool *, bool *);
6
7 #endif