summaryrefslogtreecommitdiffstats
path: root/sway/sway.5.txt
Commit message (Collapse)AuthorAge
* Implement opacity commandLibravatar Tony Crisci2018-04-04
|
* Add swaybg_commandLibravatar Drew DeVault2018-03-29
|
* Document updates to the output commandLibravatar Drew DeVault2018-02-25
|
* input and seat command docsLibravatar Tony Crisci2017-12-16
|
* use "size" instead of "dimensions"Libravatar Tony Crisci2017-12-03
|
* Various manpage editsLibravatar madblobfish2017-10-14
| | | | Fix some spelling mistakes, missing punctuation and made some paragraphs more clear.
* Update man 5 pageLibravatar David Zero2017-10-13
| | | | Changes 'orientation' to 'default_orientation' to match commands.c
* Document new criteriaLibravatar Drew DeVault2017-10-08
| | | | Via #1387
* Document swaylock -f, scratchpad showLibravatar Drew DeVault2017-10-08
|
* document font commandLibravatar Zandr Martin2017-05-01
|
* Update sway(5)Libravatar Drew DeVault2017-04-26
|
* Fix typo in sway(5)Libravatar Calvin Lee2017-04-23
|
* Implement and document `move [to] scratchpad`Libravatar Vasilij Schneidermann2017-04-18
|
* Improve criteria handlingLibravatar Calvin Lee2017-04-05
| | | | | | | | | | | | | | 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.
* Impliment i3-style marksLibravatar Calvin Lee2017-04-03
| | | | | | | | 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
* Merge branch 'master' of git://github.com/SirCmpwn/sway into new-command-aliasesLibravatar Zandr Martin2017-03-13
|\
| * Fix trivial typo in sway.5.txt (right_ -> _right_)Libravatar John Chen2017-03-13
| | | | | | as title
* | deprecate new_window and new_float commandsLibravatar Zandr Martin2017-03-09
|/
* Fix #1099: Allow spaces in worspace namesLibravatar Calvin Lee2017-03-01
| | | | | | | | | 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.
* Clarify move documentation for floating containersLibravatar Calvin Lee2017-03-01
|
* i3 feature support: Moving flotaing containersLibravatar Calvin Lee2017-03-01
| | | | | | | 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.
* add hide_edge_borders smart to sway.5 manualLibravatar Frantisek Fladung2017-01-17
|
* replaced "bot" with "bottom" in auto layout commandsLibravatar wil2017-01-14
|
* reworked "layout auto*" star commandsLibravatar wil2017-01-08
| | | | | | - "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>"
* Merge branch 'master' of https://github.com/willakat/swayLibravatar wil2017-01-01
|\
| * Document new layout command syntaxLibravatar Drew DeVault2017-01-01
| | | | | | | | And an old one that the docs overlooked
* | changed "layout promote" command to "move first"Libravatar wil2017-01-01
|/ | | | This is more consistent with other Sway semantics.
* Added "layout promote" command.Libravatar wil2016-12-29
|
* cleanup in auto layoutsLibravatar wil2016-12-29
| | | | | | - 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.
* introduce next/prev as a direction for focus/move commands.Libravatar wil2016-12-29
|
* Added "layout incnmaster|incncol" commandsLibravatar wil2016-12-29
|
* Added Awesome/Monad type "auto" layoutsLibravatar wil2016-12-29
|
* document `workspace_auto_back_and_forth` commandLibravatar Zandr Martin2016-09-16
|
* Add support for * input configsLibravatar Drew DeVault2016-09-05
| | | | Closes #852
* document `orientation` commandLibravatar Zandr Martin2016-08-31
|
* Update man pageLibravatar Guillaume Brogi2016-08-12
| | | | | The man page mentioned that "indicator" wasn't implemented, this isn't the case anymore.
* document `kill` commandLibravatar Zandr Martin2016-07-31
|
* implement solid color rendering for swaybgLibravatar Zandr Martin2016-07-30
|
* Document scale factor configuration in sway(5)Libravatar Drew DeVault2016-07-29
|
* Implement `focus child` commandLibravatar Tony Crisci2016-07-27
| | | | | The `focus child` command focuses the child container within the selected container.
* resize command updates (#713)Libravatar Zandr Martin2016-07-03
|
* implement resize command for absolute dimensionsLibravatar Zandr Martin2016-06-11
|
* Many improvements to man pagesLibravatar Drew DeVault2016-06-10
|
* Sway: Configuration: Support for escaping line breaks.Libravatar Roosembert Palacios2016-06-05
| | | | | | | Escape line return in configuration file with the '\' character. Similar to shell scripts. Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
* document `assign` commandLibravatar Zandr Martin2016-06-05
|
* Merge pull request #695 from zandrmartin/document-client-commandsLibravatar Drew DeVault2016-06-04
|\ | | | | add documentation for client commands
| * add documentation for client commandsLibravatar Zandr Martin2016-06-04
| |
* | Add missing layout modes in sway(5)Libravatar wdbw2016-06-04
|/
* Initial implementation for floating_maximum_sizeLibravatar Denis Doria2016-06-02
|
* Update man page with information about floating_maximum_sizeLibravatar Denis Doria2016-06-01
|