aboutsummaryrefslogtreecommitdiff
path: root/sway/config.c
AgeCommit message (Collapse)Author
2015-09-07free config stufftaiyu
2015-09-06free config when reloadingtaiyu
2015-09-06config_path cleanuptaiyu
2015-09-05gap resizetaiyu
2015-09-04enum for command typetaiyu
2015-09-04styletaiyu
2015-09-04better handling of commands during configtaiyu
2015-08-30Added in workspace_auto_back_and_forthLuminarys
2015-08-28default floating_modtaiyu
2015-08-27Added in default_orientation handlingLuminarys
2015-08-23split_string memory leaks cleaneduptaiyu
2015-08-22Implement output configuration through configDrew DeVault
Do not use `output res WIDTHxHEIGHT` yet, wlc has issues with it (cc @Cloudef)
2015-08-21fixed #108 signed/unsigned comparisonminus
2015-08-20Reset key buffer on reloadDrew DeVault
To preserve my sanity
2015-08-20Add command line parsingDrew DeVault
Closes #6
2015-08-19Fixed config pathaouelete
2015-08-19Fixed config loadingLuminarys
2015-08-19Set test to NULL when appropriateDrew DeVault
Thanks @SyedAmerGilani
2015-08-19Free environment vars after loading configDrew DeVault
Thanks @SyedAmerGilani
2015-08-19Refactor config file loadingDrew DeVault
2015-08-19Merge pull request #80 from SyedAmerGilani/fix_memory_leaksDrew DeVault
fix a few possible memory leaks
2015-08-19fixed string building for XDG_CONFIG_HOME config loadingSyed Amer Gilani
2015-08-19fix a few possible memory leaksSyed Amer Gilani
2015-08-18Removed debugging, added in proper gap resets for config reloadsLuminarys
2015-08-18Merge pull request #73 from KoffeinFlummi/gapsDrew DeVault
Add support for gaps option
2015-08-19Merge remote-tracking branch 'upstream/master' into gapsKoffeinFlummi
2015-08-18Fix indented comments being weirdDrew DeVault
2015-08-18Add support for gaps optionKoffeinFlummi
2015-08-18Revert "enhanced whitespace remover"Drew DeVault
This reverts commit abd0afb03a2929931cb684e5aaeac312affe6e5f.
2015-08-18Coding style enforcementDrew DeVault
This was done by hand, so I might have missed things. If anyone knows of a good C style enforcement tool, let me know.
2015-08-18Merge pull request #65 from taiyu-len/focus_v2Drew DeVault
Focus v2
2015-08-18Fix #64Drew DeVault
2015-08-18minor fixestaiyu
2015-08-18enhanced whitespace removertaiyu
2015-08-18config handles comments bettertaiyu
2015-08-17Add support for workspace [name] output [name]Drew DeVault
2015-08-17Switched config loading order to prevent root access w/wlcLuminarys
2015-08-15Minor fix to config loadingLuminarys
2015-08-15Added in additional checks for i3 config pathsLuminarys
2015-08-15Added in config file loading from multiple sourcesLuminarys
2015-08-13Allowed for execd commands to be spawned after abortLuminarys
2015-08-13fixes to cmd queue freeing, styleLuminarys
2015-08-13Typo fixLuminarys
2015-08-13Removed some unnecessary logsLuminarys
2015-08-13Added in command queueLuminarys
2015-08-11Changed command handler to perform var subs on all cmd argsLuminarys
Fixed workspace_next_name to use the first workspace name it can find in the config Minor fixes Changed command handler to perform var subs on all portions of a command Revert "Changed command handler to perform var subs on all portions of a command" This reverts commit fcfcffa1ea9819bcada6e6c85b40b21bf1b3a96e. Var sub fixes Minor fixes More minor fixes
2015-08-10destroys empty workspace + minor bugfixesTaiyu
2015-08-10Abstracted load_configLuminarys
2015-08-10Spaces to TabsLuminarys
2015-08-10Style fixes and slight reload command alterationLuminarys