feat: switch to greetd
This commit is contained in:
parent
f987f94c18
commit
0c82985373
3 changed files with 5 additions and 10 deletions
7
build.sh
7
build.sh
|
@ -61,6 +61,8 @@ Description=${i}"target for ${i} quadlet
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
||||||
EOF
|
EOF
|
||||||
|
mkdir "/usr/lib/systemd/user/${i}.target.wants"
|
||||||
|
ln -s /etc/containers/systemd/users/azure-cli.container "/usr/lib/systemd/user/${i}.target.wants/"
|
||||||
done
|
done
|
||||||
|
|
||||||
#### Setup niri deps
|
#### Setup niri deps
|
||||||
|
@ -73,12 +75,9 @@ ln -s /usr/lib/systemd/user/kanshi.service /usr/lib/systemd/user/niri.service.wa
|
||||||
|
|
||||||
#### Services
|
#### Services
|
||||||
|
|
||||||
# systemctl enable docker.socket
|
|
||||||
systemctl enable podman.socket
|
systemctl enable podman.socket
|
||||||
systemctl enable podman-auto-update.timer
|
systemctl enable podman-auto-update.timer
|
||||||
# systemctl enable tailscaled.service
|
systemctl enable greetd.service
|
||||||
|
|
||||||
systemctl enable -f --global niri.service
|
|
||||||
|
|
||||||
systemctl enable -f --global flatpak-setup.service
|
systemctl enable -f --global flatpak-setup.service
|
||||||
systemctl enable -f --global azure-topgrade.service
|
systemctl enable -f --global azure-topgrade.service
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
|
|
||||||
exec niri-session
|
|
||||||
fi
|
|
1
packages
1
packages
|
@ -1,5 +1,6 @@
|
||||||
# Compositor
|
# Compositor
|
||||||
xorg-x11-server-Xwayland
|
xorg-x11-server-Xwayland
|
||||||
|
greetd
|
||||||
niri
|
niri
|
||||||
|
|
||||||
# apps
|
# apps
|
||||||
|
|
Loading…
Reference in a new issue