diff --git a/config/hypr/hyprland/core/style.lua b/config/hypr/hyprland/core/style.lua index efdaaa1..16d626a 100644 --- a/config/hypr/hyprland/core/style.lua +++ b/config/hypr/hyprland/core/style.lua @@ -31,7 +31,7 @@ hl.curve("main-bezier", { }) hl.animation({ - leaf = "windowsIn", + leaf = "windows", enabled = true, bezier = "main-bezier", speed = 3, diff --git a/config/wlogout/layout b/config/wlogout/layout index 86b2184..40bc632 100755 --- a/config/wlogout/layout +++ b/config/wlogout/layout @@ -1,6 +1,6 @@ { "label" : "lock", - "action" : "hyprlock", + "action" : "dms ipc call lock lock", "text" : "Lock", "keybind" : "l" } diff --git a/modules/core/ui/hyprland.py b/modules/core/ui/hyprland.py index 92567ba..54dc6a7 100644 --- a/modules/core/ui/hyprland.py +++ b/modules/core/ui/hyprland.py @@ -33,6 +33,9 @@ class Hyprland(decman.Module): return { f"/home/{config.user}/.config/hypr": decman.Directory( "./config/hypr", owner=config.user, group=config.user + ), + f"/home/{config.user}/.config/wlogout": decman.Directory( + "./config/wlogout", owner=config.user, group=config.user ) }