summaryrefslogtreecommitdiffstats
path: root/sway/config.c
Commit message (Collapse)AuthorAge
* Add command line parsingLibravatar Drew DeVault2015-08-20
| | | | Closes #6
* Fixed config pathLibravatar aouelete2015-08-19
|
* Fixed config loadingLibravatar Luminarys2015-08-19
|
* Set test to NULL when appropriateLibravatar Drew DeVault2015-08-19
| | | | Thanks @SyedAmerGilani
* Free environment vars after loading configLibravatar Drew DeVault2015-08-19
| | | | Thanks @SyedAmerGilani
* Refactor config file loadingLibravatar Drew DeVault2015-08-19
|
* Merge pull request #80 from SyedAmerGilani/fix_memory_leaksLibravatar Drew DeVault2015-08-19
|\ | | | | fix a few possible memory leaks
| * fix a few possible memory leaksLibravatar Syed Amer Gilani2015-08-19
| |
* | fixed string building for XDG_CONFIG_HOME config loadingLibravatar Syed Amer Gilani2015-08-19
|/
* Removed debugging, added in proper gap resets for config reloadsLibravatar Luminarys2015-08-18
|
* Merge pull request #73 from KoffeinFlummi/gapsLibravatar Drew DeVault2015-08-18
|\ | | | | Add support for gaps option
| * Merge remote-tracking branch 'upstream/master' into gapsLibravatar KoffeinFlummi2015-08-19
| |\
| * | Add support for gaps optionLibravatar KoffeinFlummi2015-08-18
| | |
* | | Fix indented comments being weirdLibravatar Drew DeVault2015-08-18
| |/ |/|
* | Revert "enhanced whitespace remover"Libravatar Drew DeVault2015-08-18
|/ | | | This reverts commit abd0afb03a2929931cb684e5aaeac312affe6e5f.
* Coding style enforcementLibravatar Drew DeVault2015-08-18
| | | | | This was done by hand, so I might have missed things. If anyone knows of a good C style enforcement tool, let me know.
* Merge pull request #65 from taiyu-len/focus_v2Libravatar Drew DeVault2015-08-18
|\ | | | | Focus v2
| * minor fixesLibravatar taiyu2015-08-18
| |
* | Fix #64Libravatar Drew DeVault2015-08-18
| |
* | enhanced whitespace removerLibravatar taiyu2015-08-18
| |
* | config handles comments betterLibravatar taiyu2015-08-18
|/
* Add support for workspace [name] output [name]Libravatar Drew DeVault2015-08-17
|
* Switched config loading order to prevent root access w/wlcLibravatar Luminarys2015-08-17
|
* Minor fix to config loadingLibravatar Luminarys2015-08-15
|
* Added in additional checks for i3 config pathsLibravatar Luminarys2015-08-15
|
* Added in config file loading from multiple sourcesLibravatar Luminarys2015-08-15
|
* Allowed for execd commands to be spawned after abortLibravatar Luminarys2015-08-13
|
* fixes to cmd queue freeing, styleLibravatar Luminarys2015-08-13
|
* Typo fixLibravatar Luminarys2015-08-13
|
* Removed some unnecessary logsLibravatar Luminarys2015-08-13
|
* Added in command queueLibravatar Luminarys2015-08-13
|
* Changed command handler to perform var subs on all cmd argsLibravatar Luminarys2015-08-11
| | | | | | | | | | | | | | | | | | 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
* destroys empty workspace + minor bugfixesLibravatar Taiyu2015-08-10
|
* Abstracted load_configLibravatar Luminarys2015-08-10
|
* Spaces to TabsLibravatar Luminarys2015-08-10
|
* Style fixes and slight reload command alterationLibravatar Luminarys2015-08-10
|
* Added in reload and exec_always handlingLibravatar Luminarys2015-08-10
|
* Implement focus_follows_mouseLibravatar Drew DeVault2015-08-09
|
* Implement key bindingsLibravatar Drew DeVault2015-08-08
|
* Clean up config loading and launch waylandLibravatar Drew DeVault2015-08-05
|
* Mostly implement bindsym commandLibravatar Drew DeVault2015-08-05
|
* Flesh out some command parsingLibravatar Drew DeVault2015-08-05
| | | | This implements the `set` command from i3
* Build out command subsystemLibravatar Drew DeVault2015-08-05
| | | | Everyone loves code stolen from your own projects
* Pull in some scas code and read i3 config fileLibravatar Drew DeVault2015-08-04