#!/bin/sh # Craig Jennings pkg install -y foot # wayland terminal emulator pkg install -y fuzzel # application launcher for wayland compositors pkg install -y seatd # seat management daemon and universal library required by wayland pkg install -y sway # i3-comptatible wayland compositor pkg install -y swayidle # idle management daemon for wayland pkg install -y swaylock-effects # screen locker for wayland with fancy effects pkg install -y wayland # core wayland window system code and protocol pkg install -y wtype # programmatically simulate keyboard input on wayland # add XDG RUNTIME to .profile echo "export XDG_RUNTIME_DIR=/tmp" >> /root/.profile # seatd mediates access to shared devices (wayland requirement) sysrc seatd_enable="YES" service seatd start