Environment filtering is not needed. Instead, open applications through SHELL, double-fork
This commit is contained in:
@ -12,7 +12,6 @@ extern Display *xkbdpy;
|
||||
extern TAILQ_HEAD(bindings_head, Binding) bindings;
|
||||
extern xcb_event_handlers_t evenths;
|
||||
extern char *pattern;
|
||||
extern char **environment;
|
||||
extern int num_screens;
|
||||
|
||||
#endif
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef _UTIL_H
|
||||
#define _UTIL_H
|
||||
|
||||
void start_application(const char *path, const char *args);
|
||||
void start_application(const char *command);
|
||||
void check_error(xcb_connection_t *connection, xcb_void_cookie_t cookie, char *err_message);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user