aboutsummaryrefslogtreecommitdiff
path: root/sway/config.c
AgeCommit message (Expand)Author
2016-11-03swap unnecessary function for strndupD.B
2016-11-02change bar colors from char[10] to *charD.B
2016-11-02use urgent_ws color in swaybar if binding_mode is undefinedD.B
2016-10-25Add left_handed support for input devicesMichaƂ Winiarski
2016-10-20config: set pango_markup default to falseMykyta Holubakha
2016-09-17Fix swaybar when running on named outputs.Ryan Dwyer
2016-09-01Reorganize includesDrew DeVault
2016-08-20Avoid dereferencing null configurationJames Murphy
2016-08-10Handle output disabling during runtimeD.B
2016-08-02fixed uninitialized bar.wrap_scrollminus
2016-07-28Update hidpi support to latest wlc APIDrew DeVault
2016-07-28Initial pass on HiDPI supportDrew DeVault
2016-07-18clean up apply_input_configminus
2016-07-17Turn swaybg into a shell surfaceDrew DeVault
2016-06-11couple small fixesZandr Martin
2016-06-11cleanup + add timeouts for pid_workspace listZandr Martin
2016-06-11Merge branch 'master' into assign-commandZandr Martin
2016-06-06Fix segfault when using include with *thuck
2016-06-06messy, unfinished versionZandr Martin
2016-06-02Initial implementation for floating_maximum_sizeDenis Doria
2016-06-01Clean up not used variablesDenis Doria
2016-06-01Included option floating_minimum_sizeDenis Doria
2016-05-31Initial work for floating view with sane valuesDenis Doria
2016-05-14Support floating_scroll sidewaysMykyta Holubakha
2016-05-08Remove FSB_GAPS_INNER and FSB_GAPS_OUTERMykyta Holubakha
2016-05-07Implemented configurable floating scroll behaviorMykyta Holubakha
2016-05-05sway/config.c: fix double free issue as we need to store path in listDaniel Lockyer
2016-05-01Add input cmd for setting pointer accel profile.Jasen Borisov
2016-04-30sway/config.c: Initialise struct valueDaniel Lockyer
2016-04-29sway/config.c: Move the wordfree call before the if statement so it is always...Daniel Lockyer
2016-04-29sway/config.c: Change to the useful free_cmd_results helper methodDaniel Lockyer
2016-04-29sway/config.c: move free call to after sway_logDaniel Lockyer
2016-04-29sway/config.c: Leading on from cdf017c, we need to free pathDaniel Lockyer
2016-04-29sway/config.c: res->input is a malloc'ed section which wasn't freedDaniel Lockyer
2016-04-29sway/config.c: wordexp has a corresponding wordfree which was never usedDaniel Lockyer
2016-04-29sway/config.c: config_home is the result of a malloc but was never freedDaniel Lockyer
2016-04-24Renamed to pango_markupMykyta Holubakha
2016-04-24Added plaintext markup configurationMykyta Holubakha
2016-03-31Add cmds new_window and new_floatMikkel Oscar Lyderik
2016-03-30New feature: adjust gaps with floating_mod+scrollDrew DeVault
2016-03-30Implement bordersMikkel Oscar Lyderik
2016-03-30Add border <none|normal|toggle|pixel> configMikkel Oscar Lyderik
2016-03-30Implement parsing of hide_edge_bordersMikkel Oscar Lyderik
2016-03-30Make pango: prefix optional for font configMikkel Oscar Lyderik
2016-03-30Add default border colorsMikkel Oscar Lyderik
2016-03-26Don't try to read config if not a file.Mikkel Oscar Lyderik
2016-03-26Add config path to error msgMikkel Oscar Lyderik
2016-03-26Implement include commandMikkel Oscar Lyderik
2016-03-24Gracefully exit when config is not foundMikkel Oscar Lyderik
2016-03-20Implement 'smart_gaps' feature from i3-gapsMikkel Oscar Lyderik