Implement restart-command to restart i3 without having to end your session

This commit is contained in:
Michael Stapelberg
2009-02-27 22:40:48 +01:00
parent 2bcf7b32d7
commit 10c5702a78
3 changed files with 13 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#define NUM_ATOMS 9
extern char *application_path;
extern Display *xkbdpy;
extern TAILQ_HEAD(bindings_head, Binding) bindings;
extern SLIST_HEAD(stack_wins_head, Stack_Window) stack_wins;