Title: labwc.tcz Description: lab wayland compositor Version: 0.8.4 Author: see list of sites below Original-site: see list of sites below Copying-policy: see list of sites below Size: 256K Extension_by: gnuser Tags: wayland compositor wm Comments: wlroots-based, window-stacking, openbox-like compositor for wayland ---------- manual start from console prompt (without xwayland): $ export WLR_XWAYLAND= $ sudo -- seatd -g staff -n /run/seatd.sock & XDG_RUNTIME_DIR=/run/user/$(id -u) labwc ---------- manual start from console prompt (with xwayland to support X apps): $ tce-load -wi xwayland $ sudo -- seatd -g staff -n /run/seatd.sock & XDG_RUNTIME_DIR=/run/user/$(id -u) labwc ---------- automatic start: - use "text" boot code to prevent X from starting (eventually this will not be needed) - add the appropriate manual start command to the bottom of ~/.profile ---------- configuration: - to manually configure labwc from scratch, see these guides: https://labwc.github.io/getting-started.html https://forum.tinycorelinux.net/index.php/topic,27340 - if you prefer initial configuration to happen automatically, use the companion extensions labwc-config.tcz and labwc-menu-generator.tcz - to hide inactive cursor, load swayidle.tcz and add this to ~/.config/labwc/autostart: swayidle timeout 5 "pkill -USR1 labwc" & ---------- This extension contains: labwc-0.8.4 - GPLv2 - https://github.com/labwc/labwc/archive/refs/tags/0.8.4.tar.gz ---------- Change-log: 2023/10/23 first version 2023/10/24 updated 0.6.4 -> 0.6.5 2023/11/27 updated 0.6.5 -> 0.6.6 2024/01/04 updated 0.6.6 -> 0.7.0 2024/05/10 updated 0.7.0 -> 0.7.2 2024/07/15 updated 0.7.2 -> 0.7.3 2024/11/19 updated 0.7.3 -> 0.8.1 2024/12/13 updated 0.8.1 -> 0.8.2 2025/02/23 updated 0.8.2 -> 0.8.3 2025/07/11 updated 0.8.3 -> 0.8.4 with sigusr1 patch Current: 2025/08/06 factored out xwayland (only .dep and .info files were changed)