aboutsummaryrefslogtreecommitdiff
path: root/sway.5.txt
AgeCommit message (Collapse)Author
2015-11-19Add wallpapers to output commandDrew DeVault
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-11-04sway.5.txt: Clarify gaps documentation.S. Christoffer Eliesen
2015-11-03commands: Learn 'move workspace to output <direction|name>'.S. Christoffer Eliesen
2015-11-03commands: Learn 'move <container|window> to output <direction|name>'.S. Christoffer Eliesen
2015-10-29commands: Learn mouse_warping.S. Christoffer Eliesen
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
2015-10-28commands: Learn 'focus output <direction|name>'S. Christoffer Eliesen
2015-10-22config: Add "seamless_mouse" to decide if pointer crosses output edges.S. Christoffer Eliesen
2015-09-08set variable changestaiyu
2015-09-06man pagetaiyu
2015-09-01Fixed a couple of typos in man pagesAaron Ouellette
2015-08-25updated manpageminus
2015-08-23Man page updateLuminarys
2015-08-22Implement output configuration through configDrew DeVault
Do not use `output res WIDTHxHEIGHT` yet, wlc has issues with it (cc @Cloudef)
2015-08-20changestaiyu
2015-08-19man page updatetaiyu
2015-08-18Document new commands in sway(5)Drew DeVault
2015-08-17Add man pagesDrew DeVault