chore(hotfix): fix what AI could not

This commit is contained in:
2026-07-15 07:27:48 +02:00
parent 0053de6c2b
commit f8786cc8a5
5 changed files with 166 additions and 151 deletions
+1 -2
View File
@@ -1,11 +1,10 @@
hl.on("hyprland.start", function()
hl.exec_cmd("zshell-cli shell start")
hl.exec_cmd("nm-applet")
hl.exec_cmd("blueman-applet")
hl.exec_cmd("blueman-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("nextcloud --background")
hl.exec_cmd("brightnessctl set 100%")
end)