try this instead
This commit is contained in:
parent
52ec4f13bc
commit
79fc7692bc
1 changed files with 2 additions and 11 deletions
|
@ -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'
|
|
||||||
)
|
|
||||||
|
|
Loading…
Reference in a new issue