37 lines
602 B
Plaintext
37 lines
602 B
Plaintext
exec-once = regreet; hyprctl dispatch exit
|
|
|
|
env = XCURSOR_THEME,Bibata-Modern-Ice
|
|
env = XCURSOR_SIZE,24
|
|
|
|
# Force greeter to laptop display only
|
|
monitor=eDP-2, 1920x1080@60, 0x0, 1
|
|
monitor=DP-1, disable
|
|
monitor=DP-2, disable
|
|
|
|
cursor {
|
|
default_monitor = eDP-2
|
|
}
|
|
|
|
input {
|
|
touchpad {
|
|
disable_while_typing = true
|
|
natural_scroll = true
|
|
tap-to-click = true
|
|
}
|
|
}
|
|
|
|
misc {
|
|
disable_hyprland_logo = true
|
|
disable_splash_rendering = true
|
|
disable_autoreload = true
|
|
}
|
|
|
|
ecosystem {
|
|
no_update_news = true
|
|
no_donation_nag = true
|
|
}
|
|
|
|
debug {
|
|
disable_logs = true
|
|
}
|