Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-06-01 | Update man page with information about floating_maximum_size | Denis Doria | |
2016-05-14 | Support floating_scroll sideways | Mykyta Holubakha | |
2016-05-08 | Remove FSB_GAPS_INNER and FSB_GAPS_OUTER | Mykyta Holubakha | |
2016-05-08 | Documented floating_scroll | Mykyta Holubakha | |
2016-03-31 | Add cmds new_window and new_float | Mikkel Oscar Lyderik | |
Makes it possible to set default layout style for new windows and new floating windows. Close #556 | |||
2016-03-30 | Add border <none|normal|toggle|pixel> config | Mikkel Oscar Lyderik | |
2016-03-30 | Implement parsing of hide_edge_borders | Mikkel Oscar Lyderik | |
2016-03-27 | Loosen restrictions on commands, update docs | Drew DeVault | |
Closes #531 | |||
2016-03-26 | Document include command | Mikkel Oscar Lyderik | |
2016-03-20 | Implement 'smart_gaps' feature from i3-gaps | Mikkel Oscar Lyderik | |
2016-03-19 | Add config option workspace_layout | Mikkel 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-17 | Document swaybar commands | Mikkel 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-29 | Segregate between config and runtime cmds in doc | Yacine 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-25 | Fixed swaymsg command name in sway(5) doc | Yacine Hmito | |
2016-01-22 | manpage: add references sway.5 <-> sway-input.5 | Mikkel Oscar Lyderik | |
2015-12-31 | split toggle | crondog | |
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-11 | Add floating_modifier extension to manpage | Mikkel Oscar Lyderik | |
2015-12-02 | move manpages to subfolders | Christoph Gysin | |