Sway 1.2 custom environment release using Wayland

Prepared compositing manager release sway 1.2, 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:

  • Work has been done to improve compatibility with the window manager
    i3 4.17.

  • Added option to launch application after restart;
  • Added a switch to select the default method for splitting windows into tabs or side-by-side (as a stack);
  • The mechanism for switching keyboard layouts has been improved, support for determining the types of input devices has been added, and a new xkb_switch_layout command has been proposed;
  • Added support for cursor themes, for changing which a new xcursor_theme command is proposed;
  • Popup support added to layer-shell;
  • Implemented support for the Wayland protocol wlr-output-management-v1, designed to configure output devices;
  • Added support for atomically changing screen settings via the wlr_output API;
  • Added setting calibration_matrix for calibrating touch screens;
  • Fixed several memory leaks and crash issues.

Source: opennet.ru

Add a comment