ma pkgs.awesomecfg: fix syntax error

This commit is contained in:
makefu 2020-06-17 09:50:26 +02:00
parent 7cdb5bd670
commit bff6372f51
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -569,7 +569,7 @@ local os = {
-- {{{ autostart
do
awful.spawn("urxvt", { tag = tags[1] }) # dev shell
awful.spawn("urxvt", { tag = tags[1] }) -- dev shell
awful.spawn("urxvt -e mosh makefu@gum.i", { tag = tags[2] })
awful.spawn("firefox", { tag = tags[3] })
awful.spawn("telegram-desktop", { tag = tags[4] })