]> git.sur5r.net Git - i3/i3/history - src/config.c
Don’t use SYNC key bindings for Mode_switch but re-grab keys
[i3/i3] / src / config.c
2010-03-14 Michael StapelbergDon’t use SYNC key bindings for Mode_switch but re...
2010-01-03 Michael StapelbergObey the XDG Base Directory Specification for config...
2009-12-19 Michael StapelbergTouch each log message and classify it as DLOG (debug...
2009-12-11 Michael StapelbergBugfix: close file handle after parsing
2009-11-22 Michael Stapelbergconfig: delete old parser, new lexer/parser is the...
2009-11-13 Michael StapelbergRemove the terminal option from config.
2009-11-06 Michael StapelbergUse nicer colors for focused_inactive by default
2009-11-02 Michael StapelbergAlso support xcb-keysyms < 0.3.4 when using bindsym...
2009-09-29 Michael StapelbergRefactor workspaces to be stored in a TAILQ instead...
2009-09-27 Michael StapelbergImplement modes. Modes allow you to use different keybi...
2009-09-27 Michael StapelbergBugfix: Correctly re-grab keys when using the new lexer
2009-09-27 Michael StapelbergMake number of workspaces dynamic (no longer limited...
2009-09-26 Michael StapelbergFix some compilation warnings (Thanks mxf)
2009-09-19 Michael StapelbergMerge branch 'lex' into next
2009-09-19 Michael StapelbergFinish configfile parsing with lexer, implement -l...
2009-09-06 Michael StapelbergImplement the urgency hint for windows/workspaces
2009-09-02 Michael StapelbergMerge patches for OpenBSD compatibility
2009-08-29 Michael StapelbergBugfix: Don’t display unnamed workspaces with %d: ...
2009-08-21 Michael StapelbergMerge branch 'next' into testcases
2009-08-19 Michael Stapelberginitialize last_keycode
2009-08-11 Michael StapelbergMore log cleanups
2009-08-11 Michael StapelbergMerge branch 'next' into testcases
2009-08-08 Michael StapelbergImplement assignments of workspaces to screens, big...
2009-08-07 Michael StapelbergBugfix: Don’t crash when the font is specified after...
2009-08-07 Michael StapelbergImplement support for using key symbols in configuratio...
2009-08-05 Michael StapelbergMerge branch 'next' into testcases
2009-07-28 Michael StapelbergMake path configurable
2009-07-28 Michael StapelbergSome little fixes for bapt’s patch, use predict_text_wi...
2009-07-28 BaptImplements configurable named workspaces
2009-07-23 Michael StapelbergSome fixes/reformatting for bapt’s patch
2009-07-23 baptImplements a reload command
2009-07-21 Michael StapelbergImplement putting clients into floating mode at a speci...
2009-07-21 Michael StapelbergBugfix: Strip trailing whitespace when parsing assignme...
2009-06-26 Michael StapelbergMerge branch 'next' (3.β is stable now)
2009-06-24 Michael StapelbergImplement the configuration option floating_modifier...
2009-06-19 Michael StapelbergImplement the special workspace ~ for assignments,...
2009-06-11 Michael StapelbergFix memleak in config parsing (variables weren’t freed)
2009-06-01 Michael StapelbergImplement variables in configfile.
2009-06-01 Michael StapelbergOptimization: Get the colorpixels when loading configur...
2009-05-31 Michael StapelbergDon’t check twice for client.focused, change all places...
2009-05-30 Michael Stapelbergretab! src/config.c
2009-05-30 Michael StapelbergUse a more efficient struct for storing colors, validat...
2009-05-30 AtsutaneIntroduced color setting.
2009-05-26 Michael StapelbergDocument binding on Mode_switch in userguide, be more...
2009-05-16 Michael StapelbergImplement putting clients onto specific workspaces...
2009-05-05 Michael RudolfImplement autostart using "exec" in config
2009-03-06 Michael StapelbergImplement slog() and the LOG() macro, convert printf...
2009-03-04 Michael StapelbergLoad configuration file from ~/.i3/config or /etc/i3...
2009-02-24 Michael StapelbergImplement configuration file parsing