feat: greetd plus minor patches and pkgs

This commit is contained in:
2026-02-22 17:06:41 +01:00
parent f8ea3ea4e3
commit 148c8938e9
9 changed files with 54 additions and 16 deletions
+16
View File
@@ -0,0 +1,16 @@
[terminal]
# The VT to run the greeter on. Can be "next", "current" or a number
# designating the VT.
vt = 2
# The default session, also known as the greeter.
[default_session]
# `agreety` is the bundled agetty/login-lookalike. You can replace `/bin/sh`
# with whatever you want started, such as `sway`.
command = "start-hyprland -- -c /etc/greetd/hyprland.conf"
# The user to run the command as. The privileges this user must have depends
# on the greeter. A graphical greeter may for example require the user to be
# in the `video` group.
user = "greeter"
+6
View File
@@ -0,0 +1,6 @@
exec-once = regreet; hyprctl dispatch exit
misc {
disable_hyprland_logo = true
disable_splash_rendering = true
disable_hyprland_guiutils_check = true
}
+7
View File
@@ -0,0 +1,7 @@
[background]
path = "usr/share/backgrounds/greetd/arch_linux_gray.png"
fit = "Contain"
[commands]
reboot = [ "systemctl", "reboot" ]
poweroff = [ "systemctl", "poweroff" ]