aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
Commit message (Collapse)AuthorAge
...
* Add manpage documentatioon for raise_floatingLibravatar Jonathan Buch2018-10-03
|
* Handle border options for gapsLibravatar Brian Ashworth2018-10-01
| | | | | | | | | | | | Fixes `hide_edge_borders smart` when gaps are in use. Implements `hide_edge_borders smart_no_gaps` and `smart_borders on|no_gaps|off`. Since `smart_borders on` is equivalent to `hide_edge_borders smart` and `smart_borders no_gaps` is equivalent to `hide_edge_borders smart_no_gaps`, I opted to just save the last value set for `hide_edge_borders` and restore that on `smart_borders off`. This simplifies the conditions for setting the border.
* Update gaps documentationLibravatar Ryan Dwyer2018-09-29
|
* sway{,bar,input}.5: changes for generic blocksLibravatar Brian Ashworth2018-09-28
|
* sway.5: update set command informationLibravatar Brian Ashworth2018-09-28
|
* commands: implement move absoluteLibravatar Ian Fan2018-08-20
|
* commands: complete assign commandLibravatar Ian Fan2018-08-18
|
* commands: fix documentation formatting mistakes for move commandLibravatar Ian Fan2018-08-18
|
* commands: require set variable to start with $Libravatar Ian Fan2018-08-18
|
* commands: add nopLibravatar Ian Fan2018-08-18
|
* man: Correct format for output position configLibravatar Josip Janzic2018-08-11
|
* Update resize documentationLibravatar Ryan Dwyer2018-08-10
|
* Allow a fallback color to be specified for swaybgLibravatar Brian Ashworth2018-08-08
| | | | | | This allows for a color to be set when the wallpaper does not fill the entire output. If specified, the fallback color is also used when the image path is inaccessible.
* commands: document <criteria> focusLibravatar Ian Fan2018-08-06
|
* commands: add optional flags to moveLibravatar Ian Fan2018-08-06
|
* commands: complete workspace implementationLibravatar Ian Fan2018-08-06
| | | | Allow optional --no-auto-back-and-forth flag, as well as refactoring some logic
* commands: complete move implementationLibravatar Ian Fan2018-08-06
|
* commands: complete layout implementationLibravatar Ian Fan2018-08-06
|
* commands: allow __focused__ for con_id criterionLibravatar Ian Fan2018-08-06
|
* commands: allow "first", "last", "newest" and "recent" as values for urgent ↵Libravatar Ian Fan2018-08-06
| | | | criteria
* Write to swaynag pipe fd directly on config errorsLibravatar Brian Ashworth2018-08-03
|
* Add documentation for urgent commandLibravatar Ryan Dwyer2018-07-16
|
* Document `focus floating|tiling`Libravatar emersion2018-07-09
|
* Implement mode --pango_markupLibravatar Brian Ashworth2018-07-05
|
* Support i3's legacy force_focus_wrapping commandLibravatar Brian Ashworth2018-05-28
|
* Implement focus_wrappingLibravatar Brian Ashworth2018-05-27
|
* Implement bindsym/bindcode --lockedLibravatar frsfnrrg2018-05-27
| | | | | | | | | Adds the --locked flag to bindsym and bindcode commands. When a keyboard's associated seat has an exclusive client (i.e, a screenlocker), then bindings are only executed if they have the locked flag. When there is no such client, this restriction is lifted.
* Merge branch 'master' into cmd-swapLibravatar Ryan Dwyer2018-05-28
|\
| * Add shell criteria tokenLibravatar Ryan Dwyer2018-05-27
| | | | | | | | Closes #2044.
* | Implement swap commandLibravatar Brian Ashworth2018-05-26
|/
* Update show_marks documentationLibravatar Ryan Dwyer2018-05-17
|
* Fix typosLibravatar Drew DeVault2018-05-12
|
* Add sway-bar(5)Libravatar Drew DeVault2018-05-11
|
* Add sway(5)Libravatar Drew DeVault2018-05-11