Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-10 | Add documentation for seat cursor command. | Danny Bautista | |
2018-04-04 | Implement opacity command | Tony Crisci | |
2018-03-29 | Add swaybg_command | Drew DeVault | |
2018-02-25 | Document updates to the output command | Drew DeVault | |
2017-12-16 | input and seat command docs | Tony Crisci | |
2017-12-03 | use "size" instead of "dimensions" | Tony Crisci | |
2017-10-14 | Various manpage edits | madblobfish | |
Fix some spelling mistakes, missing punctuation and made some paragraphs more clear. | |||
2017-10-13 | Update man 5 page | David Zero | |
Changes 'orientation' to 'default_orientation' to match commands.c | |||
2017-10-08 | Document new criteria | Drew DeVault | |
Via #1387 | |||
2017-10-08 | Document swaylock -f, scratchpad show | Drew DeVault | |
2017-05-01 | document font command | Zandr Martin | |
2017-04-26 | Update sway(5) | Drew DeVault | |
2017-04-23 | Fix typo in sway(5) | Calvin Lee | |
2017-04-18 | Implement and document `move [to] scratchpad` | Vasilij Schneidermann | |
2017-04-05 | Improve criteria handling | Calvin Lee | |
This commit changes how commands decide what container to act on. Commands get the current container though `current_container`, a global defined in sway/commands.c. If a criteria is given before a command, then the following command will be run once for every container the criteria matches with a reference to the matching container in 'current_container'. Commands should use this instead of `get_focused_container()` from now on. This commit also fixes a few (minor) mistakes made in implementing marks such as non-escaped arrows in sway(5) and calling the "mark" command "floating" by accident. It also cleans up `criteria.c` in a few places. | |||
2017-04-03 | Impliment i3-style marks | Calvin Lee | |
This commit adds three commands to sway: `show_marks`, `mark` and `unmark`. Marks are displayed right-aligned in the window border as i3 does. Marks may be found using criteria. Fixes #1007 | |||
2017-03-13 | Merge branch 'master' of git://github.com/SirCmpwn/sway into new-command-aliases | Zandr Martin | |
2017-03-13 | Fix trivial typo in sway.5.txt (right_ -> _right_) | John Chen | |
as title | |||
2017-03-09 | deprecate new_window and new_float commands | Zandr Martin | |
2017-03-01 | Fix #1099: Allow spaces in worspace names | Calvin Lee | |
This commit allows unquoted spaces in worspace names in order to keep compatability with i3. The names _must not_ contain the string "output" which is documented in 'sway.5' because how sway detects the `move <workspace> output <output>` command. Also I documented that "number" may be used before the worspace name without affecting how the name is evaluated. | |||
2017-03-01 | Clarify move documentation for floating containers | Calvin Lee | |
2017-03-01 | i3 feature support: Moving flotaing containers | Calvin Lee | |
This commit lets the 'move' command apply to floating containers as well as tiled ones. The command may be appended with a number of pixels and then optionally the string `px` (like '10 px') in order to move the container more or fewer than the standard ten pixels. | |||
2017-01-17 | add hide_edge_borders smart to sway.5 manual | Frantisek Fladung | |
2017-01-14 | replaced "bot" with "bottom" in auto layout commands | wil | |
2017-01-08 | reworked "layout auto*" star commands | wil | |
- "layout auto_left|auto_xxx" are now "layout auto xxx" - "layout incmaster <n>" is now "layout auto master [set|inc] <n>" - "layout incncol <n>" is now "layout auto ncol [set|inc] <n>" | |||
2017-01-01 | Merge branch 'master' of https://github.com/willakat/sway | wil | |
2017-01-01 | changed "layout promote" command to "move first" | wil | |
This is more consistent with other Sway semantics. | |||
2017-01-01 | Document new layout command syntax | Drew DeVault | |
And an old one that the docs overlooked | |||
2016-12-29 | Added "layout promote" command. | wil | |
2016-12-29 | cleanup in auto layouts | wil | |
- added L_AUTO_FIRST/LAST instead of using explicit layouts. - when switching between auto layout that don't share the same major axis, invert the width/height of their child views to preserve their relative proportions. | |||
2016-12-29 | introduce next/prev as a direction for focus/move commands. | wil | |
2016-12-29 | Added "layout incnmaster|incncol" commands | wil | |
2016-12-29 | Added Awesome/Monad type "auto" layouts | wil | |
2016-09-16 | document `workspace_auto_back_and_forth` command | Zandr Martin | |
2016-09-05 | Add support for * input configs | Drew DeVault | |
Closes #852 | |||
2016-08-31 | document `orientation` command | Zandr Martin | |
2016-08-12 | Update man page | Guillaume Brogi | |
The man page mentioned that "indicator" wasn't implemented, this isn't the case anymore. | |||
2016-07-31 | document `kill` command | Zandr Martin | |
2016-07-30 | implement solid color rendering for swaybg | Zandr Martin | |
2016-07-29 | Document scale factor configuration in sway(5) | Drew DeVault | |
2016-07-27 | Implement `focus child` command | Tony Crisci | |
The `focus child` command focuses the child container within the selected container. | |||
2016-07-03 | resize command updates (#713) | Zandr Martin | |
2016-06-11 | implement resize command for absolute dimensions | Zandr Martin | |
2016-06-10 | Many improvements to man pages | Drew DeVault | |
2016-06-05 | Sway: Configuration: Support for escaping line breaks. | Roosembert Palacios | |
Escape line return in configuration file with the '\' character. Similar to shell scripts. Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch> | |||
2016-06-05 | document `assign` command | Zandr Martin | |
2016-06-04 | Merge pull request #695 from zandrmartin/document-client-commands | Drew DeVault | |
add documentation for client commands | |||
2016-06-04 | add documentation for client commands | Zandr Martin | |
2016-06-04 | Add missing layout modes in sway(5) | wdbw | |
2016-06-02 | Initial implementation for floating_maximum_size | Denis Doria | |