aboutsummaryrefslogtreecommitdiff
path: root/include/config.h
AgeCommit message (Collapse)Author
2015-11-16cmd_output: Replace existing config if called multiple times.S. Christoffer Eliesen
2015-11-08Add some documentation commentsDrew DeVault
This is mostly setting a precedent, I hope that others will continue to write docs for more headers. Ref #218
2015-11-04Learn "gaps edge_gaps <on|off|toggle>".S. Christoffer Eliesen
When yes, the old behaviour of adding half the inner gap around each view is used. When no, don't add any gap when an edge of the view aligns with the workspace. The result is inner gap only between views, not against the workspace edge. The algorithm is not perfect because it means the extra space is distributed amongst edge-aligned views only, but it's simple, looks good and it works.
2015-10-22config: Add "seamless_mouse" to decide if pointer crosses output edges.S. Christoffer Eliesen
2015-10-21config: Apply output config also during config reload.S. Christoffer Eliesen
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-07config modestaiyu
2015-08-30Added in workspace_auto_back_and_forthLuminarys
2015-08-27Added in default_orientation handlingLuminarys
2015-08-23Style fixLuminarys
2015-08-23Added in glitchy disablingLuminarys
2015-08-22Implement output configuration through configDrew DeVault
Do not use `output res WIDTHxHEIGHT` yet, wlc has issues with it (cc @Cloudef)
2015-08-20Add command line parsingDrew DeVault
Closes #6
2015-08-18Add support for gaps optionKoffeinFlummi
2015-08-18minor fixestaiyu
2015-08-18Added in basic, but semi-broken moving/resizing functionality to floating ↵Luminarys
windows
2015-08-17Add support for workspace [name] output [name]Drew DeVault
2015-08-16Move headers to include/Drew DeVault