+
+-- Autostart {{{1
+local utils = require("utils")
+awful.spawn.once("kdeconnect-indicator")
+-- This seems to not keep awesome as parent of these processes
+utils.spawn_terminal_once("ncmpcpp", { instance = "ncmpcpp"
+ , tag = mediatag
+ })
+utils.spawn_terminal_once("neomutt",
+ { instance = "mutt" , tag = wwwtag })
+utils.spawn_terminal_once("weechat", { instance = "weechat"
+ , tag = imtag
+ , function (c) awful.client.setmaster(c) end
+ })
+-- can't get this to work propery, restarting awesowe will respawn a new qutebrowser
+awful.spawn.single_instance("qutebrowser", { instance = "qutebrowser", tag = wwwtag })