This commit is contained in:
Alessandro Mauri 2026-08-17 09:50:08 +02:00
parent 715ba9ca93
commit a7f970740e
4 changed files with 8 additions and 3 deletions

6
TODO
View File

@ -13,9 +13,9 @@
[ ] gestures (look at sxmo)
[x] make the console font change permanent
[ ] setup sway config
[ ] sleep
[x] sleep
[ ] permanent clipboard
[ ] pipewire
[x] pipewire
[ ] waybar
[ ] screen locking and idle
[x] screen locking and idle
[x] setup greetd with autologin

View File

@ -0,0 +1 @@
SUBSYSTEM=="input", KERNEL=="event*", ATTRS{name}=="Sharp Corp. 07EA0004", SYMLINK+="input/touchscreen"

View File

@ -24,3 +24,4 @@ adwaita-icon-theme
adwaita-qt
breeze-icons
ffmpegthumbnailer
wev

View File

@ -8,6 +8,9 @@ install -m 755 bin/start-sway.sh /usr/local/bin/start-sway
# install doas rule to allow wheel users to use zzz
install -m 644 conf/doas-zzz.conf /etc/doas.d/zzz.conf
# install udev rules to link touchscreen to /dev/input/touchscreen
install -m 644 conf/99-touchscreen.rules /etc/udev/rules.d/99-touchscreen.rules
# Install greetd config
mkdir -p /etc/greetd
sed "s/DEF_USER/$user/" conf/greetd/config.toml > /etc/greetd/config.toml