aboutsummaryrefslogtreecommitdiff
path: root/include/config.h
AgeCommit message (Collapse)AuthorLines
2015-11-22cmd_bindsym: Detect/handle duplicates.S. Christoffer Eliesen-0/+4
Also replace `bindsym_sort` with function `sway_binding_cmp` that takes all data into account when comparing.
2015-11-22cmd_workspace: Don't fill up config->workspace_outputs with duplicates.S. Christoffer Eliesen-0/+2
This also fixes a bug where issuing a new "workspace a output b" command for an already assigned workspace would not work (the old config would be found first and used instead).
2015-11-19Parse output background configDrew DeVault-0/+2
2015-11-16cmd_output: Replace existing config if called multiple times.S. Christoffer Eliesen-0/+1
2015-11-08Add some documentation commentsDrew DeVault-1/+35
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-0/+1
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-0/+1
2015-10-21config: Apply output config also during config reload.S. Christoffer Eliesen-0/+3
2015-09-13Revert "new_workspace null behavior + testmap functions + regex"Drew DeVault-4/+0
This reverts commit e1d18e42a8f3a597b9bf5f1bb2ab6c346e4e7983. Fixes #180 cc @taiyu-len
2015-09-12new_workspace null behavior + testmap functions + regextaiyu-0/+4
2015-09-10cmd status + workspace ws output optaiyu-0/+1
2015-09-07config modestaiyu-1/+1
2015-08-30Added in workspace_auto_back_and_forthLuminarys-0/+1
2015-08-27Added in default_orientation handlingLuminarys-0/+3
2015-08-23Style fixLuminarys-1/+1
2015-08-23Added in glitchy disablingLuminarys-0/+1
2015-08-22Implement output configuration through configDrew DeVault-0/+7
Do not use `output res WIDTHxHEIGHT` yet, wlc has issues with it (cc @Cloudef)
2015-08-20Add command line parsingDrew DeVault-1/+1
Closes #6
2015-08-18Add support for gaps optionKoffeinFlummi-0/+3
2015-08-18minor fixestaiyu-4/+4
2015-08-18Added in basic, but semi-broken moving/resizing functionality to floating ↵Luminarys-0/+2
windows
2015-08-17Add support for workspace [name] output [name]Drew DeVault-0/+6
2015-08-16Move headers to include/Drew DeVault-0/+44