]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/autostart.lua
fix autostart names
[dotfiles.git] / awesome / autostart.lua
index 566d88de7c754139f19632928eb5c1b99b3b6a0b..bbb2d8fbc9bbbec47ea09763efc01afbfdbfdde2 100644 (file)
@@ -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")