From 861fb05ebde9343cdbfa36a39eadadf6812da5bd Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 13 Aug 2023 16:52:24 +0300 Subject: [PATCH] let me try this --- config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index aa3f988c..1c018526 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -589,4 +589,4 @@ local startupApps = { 'keepassxc', } -awful.spawn.once(startupApps) +awful.spawn.single_instance(startupApps)