aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
Commit message (Collapse)AuthorAge
...
* swaybar: add documentation for hide/hidden_state subcommandsLibravatar Ian Fan2018-10-14
|
* fix_edge_gaps: Allow negative values for outer gaps.Libravatar Tarmack2018-10-13
| | | | While allowing negative values for the outer gaps it is still prevented that negative values move windows out of the container. This replaces the non-i3 option for edge_gaps.
* Fix documentation of outputLibravatar chtison2018-10-11
|
* Add mouse_warping containerLibravatar Rouven Czerwinski2018-10-10
| | | | | | | This option always moves the cursor into the middle of the container if the warp variable is true in seat_set_focus_warp. Fixes #2577
* Fix back_and_forth documentationLibravatar Ryan Dwyer2018-10-10
|
* Merge branch 'master' into popup-during-fullscreenLibravatar Brian Ashworth2018-10-08
|\
| * Allow swaynag to be disabledLibravatar Brian Ashworth2018-10-08
| |
| * Allow swaybg to be disabledLibravatar emersion2018-10-08
| | | | | | | | | | | | Same as #2791 but for swaybg. Fixes #2790
* | Implement popup_during_fullscreenLibravatar Ryan Dwyer2018-10-08
|/ | | | | | | | | | This introduces a new view_impl function: is_transient_for. Similar to container_has_ancestor but works using the surface parents rather than the tree. This patch modifies view_is_visible, container_at and so on to allow transient views to function normally when they're in front of a fullscreen view.
* 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