13 #include <sys/resource.h>
15 #include <xcb/xcb_keysyms.h>
17 #include <X11/XKBlib.h>
19 #define SN_API_NOT_YET_FROZEN 1
20 #include <libsn/sn-launcher.h>
34 extern xcb_connection_t *
conn;
41 extern xcb_key_symbols_t *
keysyms;
50 extern
SLIST_HEAD(stack_wins_head, Stack_Window) stack_wins;
61 extern xcb_window_t
root;
TAILQ_HEAD(bindings_head, Binding)*bindings
Stores which workspace (by name or number) goes to which output.
An Assignment makes specific windows go to a specific workspace/output or run a command for that wind...
SLIST_HEAD(stack_wins_head, Stack_Window) stack_wins
xcb_timestamp_t last_timestamp
The last timestamp we got from X11 (timestamps are included in some events and are used for some thin...
Holds a keybinding, consisting of a keycode combined with modifiers and the command which is executed...
bool debug_build
Whether this version of i3 is a debug build or a release build.
xcb_screen_t * root_screen
struct ev_loop * main_loop
struct autostarts_head autostarts
struct assignments_head assignments
struct bindings_head * bindings
int listen_fds
The number of file descriptors passed via socket activation.
xcb_key_symbols_t * keysyms
struct rlimit original_rlimit_core
The original value of RLIMIT_CORE when i3 was started.
struct autostarts_always_head autostarts_always
Holds a command specified by either an:
struct ws_assignments_head ws_assignments