From 4e4484b9fc3e2c4f62501ae6f62530c3bd64d016 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Wed, 6 May 2026 17:41:34 +0200 Subject: [PATCH] foot -> ghostty with start minimized --- modules/executes.conf | 1 + modules/executes.lua | 1 + 2 files changed, 2 insertions(+) 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)