aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
AgeCommit message (Expand)Author
2023-01-22i3bar: Add protocol for workspace buttonsi3bar-ws-protocolOrestis Floros
2022-11-12apply updated workspace gap assignments after reload (#5279)Michael Stapelberg
2022-11-01Merge gaps support as-isMichael Stapelberg
2022-10-16make tiling drag configurableMichael Stapelberg
2022-10-10Fix segfault during config validation (#5167) (#5173)Matias Goldfeld
2022-09-09config: set bar block font to i3-wide font *after* parsing (#5118)Michael Stapelberg
2021-11-05Add title tab colorOrestis Floros
2021-09-22GET_CONFIG: add raw/variable-processed contents of all config files (#4528)Michael Stapelberg
2021-06-02Implement include config directive (#4420)Michael Stapelberg
2020-06-06Introduce GET_BINDING_STATE IPC commandMichael Stapelberg
2020-05-07cmd_bar improvements (#4014)Orestis Floros
2020-02-19clang-format: bring back ForeachMacros (#3948)xzfc
2019-03-29Allow checking for duplicate bindings with -COrestis Floros
2019-03-29Move code clearing the config to a new functionOrestis Floros
2019-03-29load_configuration: Remove conn argumentOrestis Floros
2019-03-29Update configuration.hOrestis Floros
2018-12-09Code style: fix misaligned and misindented commentsAlbert Safin
2018-10-13Make comment style more consistentOrestis Floros
2018-10-13Enforce strict prototypesOrestis Floros
2018-08-09Free ws_assignments on reloadOrestis Floros
2018-07-10Correct XDG paths precedence for config filesOrestis Floros
2018-04-20Remove obsolete macro REQUIRED_OPTIONOrestis Floros
2018-03-25Free A_TO_WORKSPACE_NUMBER assignmentsOrestis Floros
2018-03-19Merge pull request #3188 from orestisf1993/free_ran_assignmentsIngo Bürk
2018-03-19Free ran_assignmentsOrestis Floros
2018-03-19Fix memleak: FREE(assign->dest.output)Orestis Floros
2017-09-25Merge "force_focus_wrapping" option into "focus_wrapping force"Vladimir Panteleev
2017-09-22Add "focus_wrapping" optionVladimir Panteleev
2017-08-19Introduce the GET_CONFIG IPC requestMichael Stapelberg
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2016-05-05Remove dead code guarded with "#if 0 … #endif" (#2338)Ingo Bürk
2016-02-25Revert to default binding mode before reloading the config.Ingo Bürk
2016-01-09Rename decoration_border to child_border.Ingo Bürk
2016-01-09reload: fix memory leakMichael Stapelberg
2016-01-05add decoration_border color for the actual client bordersLauri Tirkkonen
2015-11-23Parse colors as color_t instead of colorpixel.Ingo Bürk
2015-11-15Only grab scrollwheel buttons if necessary.Ingo Bürk
2015-11-01Fix memory leaks in modes and bar bindings.Ingo Bürk
2015-11-01Allow multiple tray_output directives.Ingo Bürk
2015-10-27Optionally change i3bar color on focused output, implements #2020David Simon
2015-09-14Revert "Add a timeout: delay_exit_on_zero_displays"Nils Schneider
2015-08-26Use libxkbcommon for translating keysyms, support all XKB groups.Michael Stapelberg
2015-08-03libi3: change scalloc() signature to match calloc()shdown
2015-05-31Introduce a config directive 'binding_mode' in the 'bar' config, pass it thro...Ingo Bürk
2015-05-05Merge pull request #1638 from hwangcc23/fix-1489Michael Stapelberg
2015-04-20Update copyright notices and get rid of rangesDeiz
2015-04-11Add a timeout: delay_exit_on_zero_displayshwangcc
2015-03-30Changed the default for show_marks from "no" to "yes"Ingo Bürk
2015-03-29Move resolve_tilde and get_config_path into libi3Deiz
2015-03-16Remove the A_TO_OUTPUT option as it is not needed anymore and will not be imp...Ingo Bürk