Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-10 | Fix back_and_forth documentation | Ryan Dwyer | |
2018-10-08 | Merge branch 'master' into popup-during-fullscreen | Brian Ashworth | |
2018-10-08 | Allow swaynag to be disabled | Brian Ashworth | |
2018-10-08 | Allow swaybg to be disabled | emersion | |
Same as #2791 but for swaybg. Fixes #2790 | |||
2018-10-08 | Implement popup_during_fullscreen | Ryan Dwyer | |
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. | |||
2018-10-03 | Add manpage documentatioon for raise_floating | Jonathan Buch | |
2018-10-01 | Handle border options for gaps | Brian Ashworth | |
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. | |||
2018-09-29 | Update gaps documentation | Ryan Dwyer | |
2018-09-28 | sway{,bar,input}.5: changes for generic blocks | Brian Ashworth | |
2018-09-28 | sway.5: update set command information | Brian Ashworth | |
2018-08-20 | commands: implement move absolute | Ian Fan | |
2018-08-18 | commands: complete assign command | Ian Fan | |
2018-08-18 | commands: fix documentation formatting mistakes for move command | Ian Fan | |
2018-08-18 | commands: require set variable to start with $ | Ian Fan | |
2018-08-18 | commands: add nop | Ian Fan | |
2018-08-11 | man: Correct format for output position config | Josip Janzic | |
2018-08-10 | Update resize documentation | Ryan Dwyer | |
2018-08-08 | Allow a fallback color to be specified for swaybg | Brian Ashworth | |
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. | |||
2018-08-06 | commands: document <criteria> focus | Ian Fan | |
2018-08-06 | commands: add optional flags to move | Ian Fan | |
2018-08-06 | commands: complete workspace implementation | Ian Fan | |
Allow optional --no-auto-back-and-forth flag, as well as refactoring some logic | |||
2018-08-06 | commands: complete move implementation | Ian Fan | |
2018-08-06 | commands: complete layout implementation | Ian Fan | |
2018-08-06 | commands: allow __focused__ for con_id criterion | Ian Fan | |
2018-08-06 | commands: allow "first", "last", "newest" and "recent" as values for urgent ↵ | Ian Fan | |
criteria | |||
2018-08-03 | Write to swaynag pipe fd directly on config errors | Brian Ashworth | |
2018-07-16 | Add documentation for urgent command | Ryan Dwyer | |
2018-07-09 | Document `focus floating|tiling` | emersion | |
2018-07-05 | Implement mode --pango_markup | Brian Ashworth | |
2018-05-28 | Support i3's legacy force_focus_wrapping command | Brian Ashworth | |
2018-05-27 | Implement focus_wrapping | Brian Ashworth | |
2018-05-27 | Implement bindsym/bindcode --locked | frsfnrrg | |
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. | |||
2018-05-28 | Merge branch 'master' into cmd-swap | Ryan Dwyer | |
2018-05-27 | Add shell criteria token | Ryan Dwyer | |
Closes #2044. | |||
2018-05-26 | Implement swap command | Brian Ashworth | |
2018-05-17 | Update show_marks documentation | Ryan Dwyer | |
2018-05-12 | Fix typos | Drew DeVault | |
2018-05-11 | Add sway-bar(5) | Drew DeVault | |
2018-05-11 | Add sway(5) | Drew DeVault | |