lua update laptop

This commit is contained in:
2026-05-11 23:23:13 +02:00
parent 6be730fdaa
commit 6c6a60af2f
9 changed files with 342 additions and 0 deletions
+8
View File
@@ -0,0 +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")
end)