mirror of
https://github.com/Derisis13/dotfiles.git
synced 2026-06-18 03:05:56 +02:00
fix(install): fix parts of the script
fix(greetd): add greetd
This commit is contained in:
10
regreet/greetd/config.toml
Normal file
10
regreet/greetd/config.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[terminal]
|
||||
# The VT to run the greeter on. Can be "next", "current" or a number
|
||||
# designating the VT.
|
||||
vt = current
|
||||
|
||||
# The default session, also known as the greeter.
|
||||
[default_session]
|
||||
command = "start-hyprland -- -c /etc/greetd/hyprland.conf"
|
||||
user = "greetd"
|
||||
|
||||
9
regreet/greetd/hyprland.conf
Normal file
9
regreet/greetd/hyprland.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
exec-once = regreet; hyprctl dispatch exit
|
||||
input {
|
||||
kb_layout = hu
|
||||
}
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
disable_hyprland_guiutils_check = true
|
||||
}
|
||||
Reference in New Issue
Block a user