]> git.sur5r.net Git - i3/i3/blob - include/util.h
Environment filtering is not needed. Instead, open applications through SHELL, double...
[i3/i3] / include / util.h
1 #ifndef _UTIL_H
2 #define _UTIL_H
3
4 void start_application(const char *command);
5 void check_error(xcb_connection_t *connection, xcb_void_cookie_t cookie, char *err_message);
6
7 #endif