From 504f6a08124d9c9252e0631171403e4e13269852 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 13 Aug 2023 02:16:01 +0300 Subject: [PATCH] why isnt it working lmao --- config/awesome/rc.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index c74320bd..32252e5d 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -590,6 +590,5 @@ awful.spawn.with_shell( 'if (xrdb -query | grep -q "^awesome\\.started:\\s*true$"); then exit; fi;' .. 'xrdb -merge <<< "awesome.started:true";' .. -- add programs here as string and end with .. - 'keepassxc' .. - 'flameshot' + 'keepassxc' )