exec-once

This commit is contained in:
2026-05-07 15:18:47 +02:00
parent 4e4484b9fc
commit e3b98ff832
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -5,4 +5,3 @@ exec-once = wl-paste --type image --watch cliphist store
exec-once = nextcloud --background exec-once = nextcloud --background
exec-once = hyprsunset -i exec-once = hyprsunset -i
exec-once = nm-applet exec-once = nm-applet
exec-once = ghostty --start-minimized
-1
View File
@@ -5,5 +5,4 @@ hl.on("hyprland.start", function()
hl.exec.cmd("wl-paste --type text --watch cliphist store") hl.exec.cmd("wl-paste --type text --watch cliphist store")
hl.exec.cmd("wl-paste --type image --watch cliphist store") hl.exec.cmd("wl-paste --type image --watch cliphist store")
hl.exec.cmd("hyprsunset -i") hl.exec.cmd("hyprsunset -i")
hl.exec.cmd("ghostty --start-minimized")
end) end)