initial setup for hyprlang -> lua

This commit is contained in:
2026-05-04 19:53:56 +02:00
parent 845d28c6a1
commit 5506a79667
10 changed files with 321 additions and 1 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)