From e3b98ff832a522800414e40e33a4d51c358b6fd9 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Thu, 7 May 2026 15:18:47 +0200 Subject: [PATCH] exec-once --- modules/executes.conf | 1 - modules/executes.lua | 1 - 2 files changed, 2 deletions(-) diff --git a/modules/executes.conf b/modules/executes.conf index c9ff1a7..022ca39 100644 --- a/modules/executes.conf +++ b/modules/executes.conf @@ -5,4 +5,3 @@ 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 afe91af..d4b5824 100644 --- a/modules/executes.lua +++ b/modules/executes.lua @@ -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 image --watch cliphist store") hl.exec.cmd("hyprsunset -i") - hl.exec.cmd("ghostty --start-minimized") end)