aboutsummaryrefslogtreecommitdiff
path: root/sway/config.c
AgeCommit message (Collapse)Author
2015-09-20fix config search pathstaiyu
2015-09-14multi command keybindstaiyu
2015-09-13Revert "new_workspace null behavior + testmap functions + regex"Drew DeVault
This reverts commit e1d18e42a8f3a597b9bf5f1bb2ab6c346e4e7983. Fixes #180 cc @taiyu-len
2015-09-12new_workspace null behavior + testmap functions + regextaiyu
2015-09-10cmd status + workspace ws output optaiyu
2015-09-08remove old thingstaiyu
2015-09-08var replacement changestaiyu
2015-09-08fix missing symbol bugtaiyu
2015-09-08escape check fixtaiyu
2015-09-08set variable changestaiyu
2015-09-08fix outut typoThomas Wouters
2015-09-07strdup + styletaiyu
2015-09-07put strip_whitespace backtaiyu
2015-09-07config modestaiyu
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