Sway 1.4 custom environment release using Wayland

Prepared compositing manager release sway 1.4 (release 1.3 was not built), built using the Wayland protocol and fully compatible with the tiled window manager i3 and panel i3bar. The project code is written in C language and spreads under the MIT license. The project is intended for use on Linux and FreeBSD.

Compatibility with i3 is provided at the level of commands, configuration files and IPC, which allows Sway to be used as a transparent replacement for i3, using Wayland instead of X11. Sway allows you to place windows on the screen not spatially, but logically. Windows are laid out in a grid that makes optimal use of screen space and allows you to quickly manipulate windows using only the keyboard.

For the arrangement of a full-fledged user environment, related components are offered: we ate (background process with KDE idle protocol implementation), swaylock (screen saver) mako (notification manager), makeup (create screenshots) slurps (selection of an area on the screen), wf-recorder (video capture), waybar (app bar), virtboard (screen keyboard), wl-clipboard (work with clipboard), wallutils (desktop wallpaper management).

Sway develops as a modular project built on top of a library wlroots, which contains all the basic primitives for organizing the work of the composite manager. Wlroots includes backends for
abstraction of screen access, input devices, rendering without direct access to OpenGL, interaction with KMS / DRM, libinput, Wayland and X11 (a layer is provided for running X11 applications based on Xwayland). In addition to Sway, the wlroots library is also actively used in other projectsIncluding freem5 ΠΈ Cage. In addition to C/C++, bindings have been developed for Scheme, Common Lisp, Go, Haskell, OCaml, Python, and Rust.



In the new release:

  • Added support for the VNC protocol for remote access to the desktop. Work is organized through the use of a server wayvnc, which can connect to running Wayland-based work sessions, creates a virtual input device and broadcasts screen output using the RFB protocol. Wayvnc can also be used to run virtual desktops running on servers without a monitor. Support for the previously offered RDP-based backend has been discontinued.
  • Added partial support for launching the taskbar developed by the MATE project;
  • Implemented the ability to configure delays for displaying characters when entering (options max_render_time and sway-output);
  • Added support for separate processing of groups of keys on the keyboard (for specialized keyboards);
  • Protocol support has been discontinued xdg-shell v6 (the unstable version v6 is no longer relevant after stabilization xdg-shell).

    Source: opennet.ru

  • Add a comment