temp update

This commit is contained in:
2026-05-11 21:34:12 +02:00
parent 00cf7b80f5
commit 9816836f6e
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -1,8 +1,8 @@
hl.on("hyprland.start", function()
hl.exec.cmd("zshell-cli shell start")
hl.exec.cmd("nm-applet")
hl.exec.cmd("fcitx5")
hl.exec.cmd("wl-paste --type text --watch cliphist store")
hl.exec.cmd("wl-paste --type image --watch cliphist store")
hl.exec.cmd("hyprsunset -i")
hl.exec_cmd("zshell-cli shell start")
hl.exec_cmd("nm-applet")
hl.exec_cmd("fcitx5")
hl.exec_cmd("wl-paste --type text --watch cliphist store")
hl.exec_cmd("wl-paste --type image --watch cliphist store")
hl.exec_cmd("hyprsunset -i")
end)