mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-06 20:38:24 +02:00
10 lines
324 B
Lua
10 lines
324 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")
|
|
hl.exec.cmd("ghostty --start-minimized")
|
|
end)
|