From 79fc7692bcf764d1d7cb836d6508dbc65b1124eb Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 13 Aug 2023 02:32:39 +0300 Subject: [PATCH] try this instead --- config/awesome/rc.lua | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 95476ed7..3b0702c0 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -584,14 +584,5 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n -- Gaps for dopamine beautiful.useless_gap = 5 --- better autostart -awful.spawn.with_shell( --- use xrdb to keep info about autostart - 'if (xrdb -query | grep -q "^awesome\\.started:\\s*true$"); then exit; fi;' .. - 'xrdb -merge <<< "awesome.started:true";' .. - -- list each of your autostart commands, followed by ; inside single quotes, followed by .. - 'keepassxc;' .. - 'flameshot;' .. - 'nm-applet;' .. - 'blueman-applet' -) +--autostart +awful.spawn.once("keepassxc")