]> git.sur5r.net Git - i3/i3/history - src/config.c
Implement assignments of workspaces to screens, big cleanup of workspace code
[i3/i3] / src / config.c
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-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