15 #include <sys/resource.h> 17 #include <xcb/xcb_keysyms.h> 20 #include <X11/XKBlib.h> 22 #define SN_API_NOT_YET_FROZEN 1 23 #include <libsn/sn-launcher.h> 55 extern xcb_key_symbols_t *
keysyms;
64 extern SLIST_HEAD(stack_wins_head, Stack_Window) stack_wins;
74 extern xcb_window_t
root;
Holds a command specified by either an:
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...
const char * i3_version
Git commit identifier, from version.c.
struct bindings_head * bindings
struct autostarts_always_head autostarts_always
struct assignments_head assignments
SLIST_HEAD(stack_wins_head, Stack_Window) stack_wins
bool debug_build
Whether this version of i3 is a debug build or a release build.
xcb_window_t ewmh_window
The EWMH support window that is used to indicate that an EWMH-compliant window manager is present...
Stores which workspace (by name or number) goes to which output.
struct ev_loop * main_loop
struct autostarts_head autostarts
Holds a keybinding, consisting of a keycode combined with modifiers and the command which is executed...
TAILQ_HEAD(bindings_head, Binding) *bindings
struct rlimit original_rlimit_core
The original value of RLIMIT_CORE when i3 was started.
xcb_key_symbols_t * keysyms
struct ws_assignments_head ws_assignments
int listen_fds
The number of file descriptors passed via socket activation.