The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sway-1.10.tar.gz | 2024-10-27 | 5.6 MB | |
| sway-1.10.tar.gz.sig | 2024-10-27 | 566 Bytes | |
| 1.10 source code.tar.gz | 2024-10-27 | 5.6 MB | |
| 1.10 source code.zip | 2024-10-27 | 5.8 MB | |
| README.md | 2024-10-27 | 17.2 kB | |
| Totals: 5 Items | 16.9 MB | 0 | |
Sway 1.10 contains 237 changes from 44 contributors.
This release depends on wlroots 0.18.0. See the wlroots release notes.
New features
- All of the enhancements from wlroots 0.18.
- Rewrite the renderer to leverage the wlroots scene-graph API, resulting in improved performance.
- Add GPU reset recovery for improved robustness.
- Add a command to use an ICC profile for an output.
- Improved output configuration algorithm to light up more outputs when the GPU bandwidth is constrained.
WLR_DRM_NO_MODIFIERSshouldn't be necessary anymore to workaround black screens on Intel. - Add support for IME popups used for CJK.
- Add support for tearing-control-v1, to opt-in for tearing page-flips for gaming use-cases.
- Add support for ext-transient-seat-v1, allowing remoting apps such as wayvnc to create separate temporary seats for input events.
- Add support for ext-foreign-toplevel-list-v1, the new standard protocol to obtain information about other toplevels. This will eventually be used by taskbars, window switchers and per-toplevel screen capture.
- Add support for xdg-shell v5 with popup repositioning and hiding maximize/minimize buttons in CSD.
Changes
dmenu_runis no longer a dependency of the default config file.- The default config file now contains keybindings with
pactlfor volume adjustment,brightnessctlfor brightness adjustment andgrimfor screenshots. - The legacy
wl_drmprotocol is now disabled by default (superseded by the standard linux-dmabuf-v1 protocol). This causes breakage in xorg-xwayland < 24.1.0, libva < 2.22.0 and amdvlk < 2024.Q4.1, and can be re-enabled manually via-Dlegacy-wl-drm. - The
xwaylandbuilt-time option has been removed: Xwayland support is now enabled at build-time if it was enabled for wlroots.