X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/c3ad99a839b8f495cfb7011b572eba786a448afd..109d4553c47385c151fc3fe72371ef28e70473b0:/awesome/autostart.lua diff --git a/awesome/autostart.lua b/awesome/autostart.lua index 566d88d..bbb2d8f 100644 --- a/awesome/autostart.lua +++ b/awesome/autostart.lua @@ -1,7 +1,7 @@ local utils = require("utils") utils.run_once("dwb") -utils.run_once("dwb", "-r social --name dwb-social") -utils.run_once("urxvt", "-name weechat -e weechat") +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")