aboutsummaryrefslogtreecommitdiff
path: root/sway/sway.5.txt
AgeCommit message (Collapse)Author
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
2016-06-02Initial implementation for floating_maximum_sizeDenis Doria
2016-06-01Update man page with information about floating_maximum_sizeDenis Doria
2016-05-14Support floating_scroll sidewaysMykyta Holubakha
2016-05-08Remove FSB_GAPS_INNER and FSB_GAPS_OUTERMykyta Holubakha
2016-05-08Documented floating_scrollMykyta Holubakha
2016-03-31Add cmds new_window and new_floatMikkel Oscar Lyderik
Makes it possible to set default layout style for new windows and new floating windows. Close #556
2016-03-30Add border <none|normal|toggle|pixel> configMikkel Oscar Lyderik
2016-03-30Implement parsing of hide_edge_bordersMikkel Oscar Lyderik
2016-03-27Loosen restrictions on commands, update docsDrew DeVault
Closes #531
2016-03-26Document include commandMikkel Oscar Lyderik
2016-03-20Implement 'smart_gaps' feature from i3-gapsMikkel Oscar Lyderik
2016-03-19Add config option workspace_layoutMikkel Oscar Lyderik
This implements the config parsing of `workspace_layout <default|stacking|tabbed>` http://i3wm.org/docs/userguide.html#_layout_mode_for_new_containers
2016-03-17Document swaybar commandsMikkel Oscar Lyderik
Documents most of the bar commands in sway-bar(5) manpage. The following command has not been document because they haven't been fully implemented yet: * mode * hidden_state * modifier * tray_output * tray_padding Close #375
2016-02-29Segregate between config and runtime cmds in docYacine Hmito
In anticipation for #375, reorganized and augmented slightly sway(5) so it makes a difference between commands intended for configuration, commands intended for control, and those that can serve as both.
2016-02-25Fixed swaymsg command name in sway(5) docYacine Hmito
2016-01-22manpage: add references sway.5 <-> sway-input.5Mikkel Oscar Lyderik
2015-12-31split togglecrondog
Not sure if you will accept this, but i find it useful (I use it when opening new terminal windows on a workspace v2: add short hand command and docs
2015-12-11Add floating_modifier extension to manpageMikkel Oscar Lyderik
2015-12-02move manpages to subfoldersChristoph Gysin