mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-06 20:38:24 +02:00
9 lines
279 B
Lua
9 lines
279 B
Lua
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)
|