try this instead

This commit is contained in:
Sakooooo 2023-08-13 02:32:39 +03:00
parent 52ec4f13bc
commit 79fc7692bc
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -584,14 +584,5 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n
-- Gaps for dopamine -- Gaps for dopamine
beautiful.useless_gap = 5 beautiful.useless_gap = 5
-- better autostart --autostart
awful.spawn.with_shell( awful.spawn.once("keepassxc")
-- 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'
)