head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.04.14.10.52.51; author kikadf; state Exp; branches; next ; commitid gRgKoslos3MFPUBG; desc @@ 1.1 log @ labwc: new package Labwc is a wlroots-based window-stacking compositor for Wayland, inspired by Openbox. It is lightweight and independent with a focus on simply stacking windows well, and rendering some window decorations. It relies on clients for panels, screenshots, wallpapers, and so on to create a full desktop environment. Labwc tries to stay in keeping with wlroots and sway in terms of general approach and coding style. @ text @$NetBSD$ * Install config files to examples --- docs/meson.build.orig 2025-09-19 13:20:08.642600567 +0000 +++ docs/meson.build @@@@ -35,5 +35,5 @@@@ install_data( 'rc.xml', 'rc.xml.all' ], - install_dir: get_option('datadir') / 'doc' / meson.project_name() + install_dir: get_option('datadir') / 'examples' / meson.project_name() ) @