aboutsummaryrefslogtreecommitdiff
path: root/sway/sway.5.txt
AgeCommit message (Collapse)Author
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