should finally work
This commit is contained in:
parent
79fc7692bc
commit
b7653dc7dc
1 changed files with 5 additions and 1 deletions
|
@ -584,5 +584,9 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n
|
|||
-- Gaps for dopamine
|
||||
beautiful.useless_gap = 5
|
||||
|
||||
--autostart
|
||||
-- Autorun
|
||||
awful.spawn.once("nm-applet")
|
||||
awful.spawn.once("blueman-applet")
|
||||
awful.spawn.once("keepassxc")
|
||||
awful.spawn.once("flameshot")
|
||||
awful.spawn.once("transmission-gtk -m")
|
||||
|
|
Loading…
Reference in a new issue