summaryrefslogtreecommitdiff
path: root/root_scripts/wayland_config.sh
blob: f845bae0979b9eb2741ab2334428e8b8680a365e (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# Craig Jennings <c@cjennings.net>

pkg install -y wayland seatd sway swayidle swaylock-effects foot fuzzel

# add XDG RUNTIME to .profile
echo "export XDG_RUNTIME_DIR=/var/run/user/`id -u`" >> /root/.profile

sysrc seatd_enable="YES"
service seatd start