small fixs
nixos config pipeline / show-flake (push) Successful in 24s
nixos config pipeline / deploy (push) Successful in 56s

This commit is contained in:
smayzy
2026-08-23 10:43:28 +02:00
parent 19ec68c058
commit 37bcd81e39
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ hl.on("hyprland.start", function ()
end)
-- exec at each reload
hl.on("config.reloaded", function ()
hl.on("config.reloaded", function ()
hl.exec_cmd("killall waybar && waybar")
hl.exec_cmd("killall hyprpaper && hyprpaper")
end)