aboutsummaryrefslogtreecommitdiff
path: root/src/config_directives.c
AgeCommit message (Expand)Author
2023-01-22i3bar: Add protocol for workspace buttonsi3bar-ws-protocolOrestis Floros
2022-11-13Use mask to determine workspace gaps assignments (#5283)Orestis Floros
2022-11-07gaps: make workspace gap assignments order-independent (#5259)Michael Stapelberg
2022-11-01Merge gaps support as-isMichael Stapelberg
2022-10-30implement bar { padding } config directiveMichael Stapelberg
2022-10-30Merge support for the bar { height } option as-is from i3-gapsMichael Stapelberg
2022-10-16make tiling drag configurableMichael Stapelberg
2022-09-11Fix segfault with mode "default" key bindings (#5007)zhrvn
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-09-05Lower severity of missing include path specified from error to info. Address...Ken Gilmer
2021-06-13Implement showing window icons in titlebar (#4439)Michael Stapelberg
2021-06-02Implement include config directive (#4420)Michael Stapelberg
2020-04-20Remove unused headersOrestis Floros
2020-02-19clang-format: bring back ForeachMacros (#3948)xzfc
2019-10-14Implement focus_wrapping workspaceOrestis Floros
2019-06-25Add setting for minimal width of workspace buttonsKonst Mayer
2019-03-21cfg_workspace: Accept outputs with spaces againOrestis Floros
2019-01-16Make binding modes case sensitivenejni-marji
2018-10-12Add title_align config directiveAestek
2018-10-07userguide: Mention know issues for assign (#3434)Orestis
2018-08-08Kill misbehaving subscribed clients instead of hangingOrestis Floros
2018-07-12Allow multiple assignments of workspaces to outputsOrestis Floros
2018-04-17i3bar: make modifier behave like floating_modifierOrestis Floros
2018-03-25cfg_workspace: memleak on duplicate workspace assignmentOrestis Floros
2018-03-11Add strip_workspace_namehwangcc23
2018-02-15Add default_{,floating_}border to configBennett Piater
2017-12-08Add '--release' flag for bindsym in the bar blockOrestis Floros
2017-09-27Merge pull request #2953 from CyberShadow/focus_wrappingMichael Stapelberg
2017-09-25Merge "force_focus_wrapping" option into "focus_wrapping force"Vladimir Panteleev
2017-09-22Add "focus_wrapping" optionVladimir Panteleev
2017-09-17Allow assign to outputOrestis Floros
2017-09-15Allow assign to workspace by numberOrestis Floros
2017-05-02Introduce --exclude-titlebar flag for mouse bindings. (#2703)Ingo Bürk
2017-01-13Don't exit() on redefined binding mode. (#2638)Ingo Bürk
2017-01-13Validate that a binding mode is not defined more than once. (#2633)Ingo Bürk
2016-11-28Implement RandR 1.5 support (#2580)Michael Stapelberg
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2016-05-10Smart option added to hide_edge_borders config param (#2191) (#2191)Julien Lequertier
2016-02-11Allow "modifier none" in i3bar to disable the modifier.Ingo Bürk
2016-01-09Rename decoration_border to child_border.Ingo Bürk
2016-01-09reload: fix memory leakMichael Stapelberg
2016-01-06Use correct fallback color for decoration_border.Ingo Bürk
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-16Revert "Bugfix: set group mask 1 by default, correctly compare modifiers"Michael Stapelberg
2015-11-01Allow multiple tray_output directives.Ingo Bürk
2015-10-29Bugfix: set group mask 1 by default, correctly compare modifiersMichael Stapelberg
2015-10-28Fix multiple memory leaks with regular expressions.Ingo Bürk