mirror of
https://git.aramjonghu.dev/AramJonghu/hypr.git
synced 2026-09-08 18:53:29 +02:00
fix(dpms): allow inputs to dpms on; idletimers zshell
This commit is contained in:
@@ -74,12 +74,15 @@ hl.config({
|
||||
},
|
||||
},
|
||||
ecosystem = { no_donation_nag = true, no_update_news = true },
|
||||
misc = { disable_hyprland_logo = true },
|
||||
misc = {
|
||||
disable_hyprland_logo = true,
|
||||
mouse_move_enables_dpms = true,
|
||||
key_press_enables_dpms = true,
|
||||
},
|
||||
debug = { full_cm_proto = true },
|
||||
dwindle = { preserve_split = true },
|
||||
})
|
||||
|
||||
|
||||
local animations = {
|
||||
{ leaf = "border", enabled = true, speed = 2, bezier = "linear" },
|
||||
{ leaf = "fadeOut", enabled = true, speed = 2, bezier = "default" },
|
||||
|
||||
Reference in New Issue
Block a user