Index | Thread | Search

From:
Landry Breuil <landry@openbsd.org>
Subject:
[new] wayland/labwc (& sysutils/libsfdo)
To:
ports@openbsd.org
Date:
Thu, 7 Nov 2024 11:18:28 +0100

Download raw body.

Thread
hi,

now that we have wlroots 0.18, here's a port of https://labwc.github.io/
which works fine in my limited testing, it needs some manual
configuration (eg cp -r /usr/local/share/doc/labwc ~/.config/labwc &&
edit to suit ones needs) but that's all.

eg with this in ~/.config/labwc/autostart:

swaybg -c '#113344' >/dev/null 2>&1 &
xfce4-session &
havoc &
swayidle -w \
        timeout 300 'swaylock -f -c 000000' \
        before-sleep 'swaylock -f -c 000000' >/dev/null 2>&1 &

i have xfce 4.20pre1 running on wayland (without xfwm4 ofc)
one should also be able to run /usr/local/bin/startxfce4 --wayland
labwc to start the whole thing but i havent tried yet.

XKB_DEFAULT_LAYOUT=fr in ~/.config/labwc/environment gives me a working
fr keymap.

feedback on both ports welcome.

Landry