aboutsummaryrefslogtreecommitdiff
path: root/sway/sway.5.txt
AgeCommit message (Collapse)Author
2018-05-11Update criteria documentationRyan Dwyer
2018-04-10Add documentation for seat cursor command.Danny Bautista
2018-04-04Implement opacity commandTony Crisci
2018-03-29Add swaybg_commandDrew DeVault
2018-02-25Document updates to the output commandDrew DeVault
2017-12-16input and seat command docsTony Crisci
2017-12-03use "size" instead of "dimensions"Tony Crisci
2017-10-14Various manpage editsmadblobfish
Fix some spelling mistakes, missing punctuation and made some paragraphs more clear.
2017-10-13Update man 5 pageDavid Zero
Changes 'orientation' to 'default_orientation' to match commands.c
2017-10-08Document new criteriaDrew DeVault
Via #1387
2017-10-08Document swaylock -f, scratchpad showDrew DeVault
2017-05-01document font commandZandr Martin
2017-04-26Update sway(5)Drew DeVault
2017-04-23Fix typo in sway(5)Calvin Lee
2017-04-18Implement and document `move [to] scratchpad`Vasilij Schneidermann
2017-04-05Improve criteria handlingCalvin 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-03Impliment i3-style marksCalvin 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-13Merge branch 'master' of git://github.com/SirCmpwn/sway into new-command-aliasesZandr Martin
2017-03-13Fix trivial typo in sway.5.txt (right_ -> _right_)John Chen
as title
2017-03-09deprecate new_window and new_float commandsZandr Martin
2017-03-01Fix #1099: Allow spaces in worspace namesCalvin 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-01Clarify move documentation for floating containersCalvin Lee
2017-03-01i3 feature support: Moving flotaing containersCalvin 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-17add hide_edge_borders smart to sway.5 manualFrantisek Fladung
2017-01-14replaced "bot" with "bottom" in auto layout commandswil
2017-01-08reworked "layout auto*" star commandswil
- "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-01Merge branch 'master' of https://github.com/willakat/swaywil
2017-01-01changed "layout promote" command to "move first"wil
This is more consistent with other Sway semantics.
2017-01-01Document new layout command syntaxDrew DeVault
And an old one that the docs overlooked
2016-12-29Added "layout promote" command.wil
2016-12-29cleanup in auto layoutswil
- 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-29introduce next/prev as a direction for focus/move commands.wil
2016-12-29Added "layout incnmaster|incncol" commandswil
2016-12-29Added Awesome/Monad type "auto" layoutswil
2016-09-16document `workspace_auto_back_and_forth` commandZandr Martin
2016-09-05Add support for * input configsDrew DeVault
Closes #852
2016-08-31document `orientation` commandZandr Martin
2016-08-12Update man pageGuillaume Brogi
The man page mentioned that "indicator" wasn't implemented, this isn't the case anymore.
2016-07-31document `kill` commandZandr Martin
2016-07-30implement solid color rendering for swaybgZandr Martin
2016-07-29Document scale factor configuration in sway(5)Drew DeVault
2016-07-27Implement `focus child` commandTony Crisci
The `focus child` command focuses the child container within the selected container.
2016-07-03resize command updates (#713)Zandr Martin
2016-06-11implement resize command for absolute dimensionsZandr Martin
2016-06-10Many improvements to man pagesDrew DeVault
2016-06-05Sway: 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-05document `assign` commandZandr Martin
2016-06-04Merge pull request #695 from zandrmartin/document-client-commandsDrew DeVault
add documentation for client commands
2016-06-04add documentation for client commandsZandr Martin
2016-06-04Add missing layout modes in sway(5)wdbw