14 #include <sys/resource.h>
16 #include <xcb/xcb_keysyms.h>
18 #include <X11/XKBlib.h>
20 #define SN_API_NOT_YET_FROZEN 1
21 #include <libsn/sn-launcher.h>
35 extern xcb_connection_t *
conn;
42 extern xcb_key_symbols_t *
keysyms;
51 extern
SLIST_HEAD(stack_wins_head, Stack_Window) stack_wins;
62 extern xcb_window_t
root;
#define SLIST_HEAD(name, type)
Stores which workspace (by name) goes to which output.
An Assignment makes specific windows go to a specific workspace/output or run a command for that wind...
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.
struct ws_assignments_head ws_assignments
#define TAILQ_HEAD(name, type)
struct autostarts_head autostarts
xcb_screen_t * root_screen
struct autostarts_always_head autostarts_always
struct ev_loop * main_loop
int listen_fds
The number of file descriptors passed via socket activation.
struct bindings_head * bindings
xcb_key_symbols_t * keysyms
struct assignments_head assignments
Holds a command specified by either an:
struct rlimit original_rlimit_core
The original value of RLIMIT_CORE when i3 was started.