Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-19 | Add wallpapers to output command | Drew DeVault | |
2015-11-04 | Learn "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-04 | sway.5.txt: Clarify gaps documentation. | S. Christoffer Eliesen | |
2015-11-03 | commands: Learn 'move workspace to output <direction|name>'. | S. Christoffer Eliesen | |
2015-11-03 | commands: Learn 'move <container|window> to output <direction|name>'. | S. Christoffer Eliesen | |
2015-10-29 | commands: 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-28 | commands: Learn 'focus output <direction|name>' | S. Christoffer Eliesen | |
2015-10-22 | config: Add "seamless_mouse" to decide if pointer crosses output edges. | S. Christoffer Eliesen | |
2015-09-08 | set variable changes | taiyu | |
2015-09-06 | man page | taiyu | |
2015-09-01 | Fixed a couple of typos in man pages | Aaron Ouellette | |
2015-08-25 | updated manpage | minus | |
2015-08-23 | Man page update | Luminarys | |
2015-08-22 | Implement output configuration through config | Drew DeVault | |
Do not use `output res WIDTHxHEIGHT` yet, wlc has issues with it (cc @Cloudef) | |||
2015-08-20 | changes | taiyu | |
2015-08-19 | man page update | taiyu | |
2015-08-18 | Document new commands in sway(5) | Drew DeVault | |
2015-08-17 | Add man pages | Drew DeVault | |