aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.h
Commit message (Collapse)AuthorAge
...
* cmd_output: Merge instead of replace output configLibravatar Christoph Gysin2015-11-29
|
* config: Store 'enabled' as intLibravatar Christoph Gysin2015-11-29
|
* Remove trailing semicolonLibravatar Drew DeVault2015-11-29
|
* cmd_output: Use list_seq_find() to find matching configLibravatar Christoph Gysin2015-11-29
|
* criteria: Add. Learn for_window command.Libravatar S. Christoffer Eliesen2015-11-25
| | | | | | | | | | | | | | | | | | | A criteria is a string in the form of `[class="regex.*" title="str"]`. It is stored in a struct with a list of *tokens* which is a attribute/value pair (stored as a `crit_token` struct). Most tokens will also have a precompiled regex stored that will be used during criteria matching. for_window command: When a new view is created its metadata is tested against all stored criteria, and if a match is found the associated command list is executed. Unfortunately some metadata is not available in sway at the moment (specifically `instance`, `window_role` and `urgent`). Any criteria string that tries to match an unsupported attribute will fail. (Note that while the criteria code can be used to parse any criteria string it is currently only used by the `for_window` command.)
* cmd_bindsym: Detect/handle duplicates.Libravatar S. Christoffer Eliesen2015-11-22
| | | | | Also replace `bindsym_sort` with function `sway_binding_cmp` that takes all data into account when comparing.
* cmd_workspace: Don't fill up config->workspace_outputs with duplicates.Libravatar S. Christoffer Eliesen2015-11-22
| | | | | | 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).
* Parse output background configLibravatar Drew DeVault2015-11-19
|
* cmd_output: Replace existing config if called multiple times.Libravatar S. Christoffer Eliesen2015-11-16
|
* Add some documentation commentsLibravatar Drew DeVault2015-11-08
| | | | | | | This is mostly setting a precedent, I hope that others will continue to write docs for more headers. Ref #218
* Learn "gaps edge_gaps <on|off|toggle>".Libravatar S. Christoffer Eliesen2015-11-04
| | | | | | | | | | | | | 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.
* config: Add "seamless_mouse" to decide if pointer crosses output edges.Libravatar S. Christoffer Eliesen2015-10-22
|
* config: Apply output config also during config reload.Libravatar S. Christoffer Eliesen2015-10-21
|
* Revert "new_workspace null behavior + testmap functions + regex"Libravatar Drew DeVault2015-09-13
| | | | | | | | This reverts commit e1d18e42a8f3a597b9bf5f1bb2ab6c346e4e7983. Fixes #180 cc @taiyu-len
* new_workspace null behavior + testmap functions + regexLibravatar taiyu2015-09-12
|
* cmd status + workspace ws output opLibravatar taiyu2015-09-10
|
* config modesLibravatar taiyu2015-09-07
|
* Added in workspace_auto_back_and_forthLibravatar Luminarys2015-08-30
|
* Added in default_orientation handlingLibravatar Luminarys2015-08-27
|
* Style fixLibravatar Luminarys2015-08-23
|
* Added in glitchy disablingLibravatar Luminarys2015-08-23
|
* Implement output configuration through configLibravatar Drew DeVault2015-08-22
| | | | | Do not use `output res WIDTHxHEIGHT` yet, wlc has issues with it (cc @Cloudef)
* Add command line parsingLibravatar Drew DeVault2015-08-20
| | | | Closes #6
* Add support for gaps optionLibravatar KoffeinFlummi2015-08-18
|
* minor fixesLibravatar taiyu2015-08-18
|
* Added in basic, but semi-broken moving/resizing functionality to floating ↵Libravatar Luminarys2015-08-18
| | | | windows
* Add support for workspace [name] output [name]Libravatar Drew DeVault2015-08-17
|
* Move headers to include/Libravatar Drew DeVault2015-08-16