i3/include
Michael Stapelberg 7cdaa1b277 Implement support for using key symbols in configuration file
Use "bindsym" instead of "bind". You have to use the names of keys
as in xmodmap. To get a list of currently bounud symbols, use
xmodmap -pke

Technical quirk: Xlib generated MappingNotify events upon
XkbMapNotify events (from XKB, as the name says). XCB does not yet
have support for XKB, thus we need to select and handle the event
by ourself. Hopefully, this will change in the future.
2009-08-07 15:35:12 +02:00
..
i3 Initial implementation of IPC via UNIX domain sockets 2009-07-28 20:51:29 +02:00
client.h Implement borderless / 1-px-bordered windows 2009-08-05 18:33:44 +02:00
commands.h updated doxygen docu, added FIXMEs, fixed headers to 80chars width. 2009-06-29 21:54:51 +02:00
config.h Implement support for using key symbols in configuration file 2009-08-07 15:35:12 +02:00
data.h Implement support for using key symbols in configuration file 2009-08-07 15:35:12 +02:00
debug.h Add vim hints, copyright notice to each file, add LICENSE, retab! everything 2009-02-14 02:33:31 +01:00
floating.h updated doxygen docu, added FIXMEs, fixed headers to 80chars width. 2009-06-29 21:54:51 +02:00
handlers.h Implement support for using key symbols in configuration file 2009-08-07 15:35:12 +02:00
i3.h Implement support for using key symbols in configuration file 2009-08-07 15:35:12 +02:00
ipc.h Add docs to include/ipc.h 2009-07-28 20:58:56 +02:00
layout.h updated doxygen docu, added FIXMEs, fixed headers to 80chars width. 2009-06-29 21:54:51 +02:00
manage.h Resolve documentation FIXMEs, remove an unnecessary struct 2009-06-29 22:20:35 +02:00
queue.h Move stuff to include/ and src/ 2009-02-13 19:09:25 +01:00
resize.h updated doxygen docu, added FIXMEs, fixed headers to 80chars width. 2009-06-29 21:54:51 +02:00
table.h updated doxygen docu, added FIXMEs, fixed headers to 80chars width. 2009-06-29 21:54:51 +02:00
util.h Use errx() instead of an own die() function 2009-07-28 14:03:50 +02:00
workspace.h Bugfix: Don’t hide assigned clients to inactive but visible workspaces (Thanks xeen) 2009-08-02 22:31:52 +02:00
xcb.h Add support for WM_CLIENT_LEADER, put floating windows mapping to (0x0) to center of leader/workspace 2009-08-05 00:39:55 +02:00
xinerama.h updated doxygen docu, added FIXMEs, fixed headers to 80chars width. 2009-06-29 21:54:51 +02:00