feat: greetd plus minor patches and pkgs
This commit is contained in:
@@ -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"
|
||||
@@ -0,0 +1,6 @@
|
||||
exec-once = regreet; hyprctl dispatch exit
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
disable_hyprland_guiutils_check = true
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
[background]
|
||||
path = "usr/share/backgrounds/greetd/arch_linux_gray.png"
|
||||
fit = "Contain"
|
||||
|
||||
[commands]
|
||||
reboot = [ "systemctl", "reboot" ]
|
||||
poweroff = [ "systemctl", "poweroff" ]
|
||||
Reference in New Issue
Block a user