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)
+1 -1
View File
@@ -26,7 +26,7 @@ hl.bind("XF86AudioRaiseVolume", hl.dsp.exec_cmd("virt-manager"))
hl.bind("XF86AudioLowerVolume", hl.dsp.exec_cmd("virt-manager"))
-- Reload waybar
hl.bind(mainMod .. " + SHIFT + B", hl.dsp.exec_cmd("killall waybar && waybar &"))
hl.bind(mainMod .. " + SHIFT + B", hl.dsp.exec_cmd("pkill waybar && waybar"))
-- Hide waybar
hl.bind(mainMod .. " + X", hl.dsp.exec_cmd("pkill waybar || waybar"))