summaryrefslogtreecommitdiffstats
path: root/sway.5.txt
Commit message (Collapse)AuthorAge
* 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.)
* Add wallpapers to output commandLibravatar Drew DeVault2015-11-19
|
* 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.
* sway.5.txt: Clarify gaps documentation.Libravatar S. Christoffer Eliesen2015-11-04
|
* commands: Learn 'move workspace to output <direction|name>'.Libravatar S. Christoffer Eliesen2015-11-03
|
* commands: Learn 'move <container|window> to output <direction|name>'.Libravatar S. Christoffer Eliesen2015-11-03
|
* commands: Learn mouse_warping.Libravatar S. Christoffer Eliesen2015-10-29
| | | | | | | | | | | Place mouse at center of focused view when changing to a workspace on a different output, if option is enabled. (This replicates existing i3 option.) This can be triggered in multiple ways: A) via `workspace <name>` which changes output B) via `focus <direction>` which changes output C) via `focus output <name>` which (obviously) changes output
* commands: Learn 'focus output <direction|name>'Libravatar S. Christoffer Eliesen2015-10-28
|
* config: Add "seamless_mouse" to decide if pointer crosses output edges.Libravatar S. Christoffer Eliesen2015-10-22
|
* set variable changesLibravatar taiyu2015-09-08
|
* man pageLibravatar taiyu2015-09-06
|
* Fixed a couple of typos in man pagesLibravatar Aaron Ouellette2015-09-01
|
* updated manpageLibravatar minus2015-08-25
|
* Man page updateLibravatar 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)
* changesLibravatar taiyu2015-08-20
|
* man page updateLibravatar taiyu2015-08-19
|
* Document new commands in sway(5)Libravatar Drew DeVault2015-08-18
|
* Add man pagesLibravatar Drew DeVault2015-08-17