diff --git a/modules/executes.conf b/modules/executes.conf index 022ca39..c9ff1a7 100644 --- a/modules/executes.conf +++ b/modules/executes.conf @@ -5,3 +5,4 @@ exec-once = wl-paste --type image --watch cliphist store exec-once = nextcloud --background exec-once = hyprsunset -i exec-once = nm-applet +exec-once = ghostty --start-minimized diff --git a/modules/executes.lua b/modules/executes.lua index d4b5824..afe91af 100644 --- a/modules/executes.lua +++ b/modules/executes.lua @@ -5,4 +5,5 @@ hl.on("hyprland.start", function() 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)