X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/1c40449340e208ca3017603a17ae40fb5918f7f0..7349dfcc1a5e68a5d09efc3913a322667efd511f:/awesome/autostart.lua diff --git a/awesome/autostart.lua b/awesome/autostart.lua index a4a2f4c..bbb2d8f 100644 --- a/awesome/autostart.lua +++ b/awesome/autostart.lua @@ -1,6 +1,7 @@ local utils = require("utils") -utils.run_once("qupzilla") -utils.run_once("kopete") -utils.run_once("quassel") +utils.run_once("dwb") +utils.run_once("dwb", "-r social --name dwb-social", "dwb-social") +utils.run_once("urxvt", "-name weechat -e weechat", "weechat") utils.run_once("kontact") +utils.run_once("dropboxd")