Skip to content

Instantly share code, notes, and snippets.

@fancyoung
Created May 11, 2011 08:17
Show Gist options
  • Save fancyoung/966100 to your computer and use it in GitHub Desktop.
Save fancyoung/966100 to your computer and use it in GitHub Desktop.
config for awesome(~/.config/awesome/rc.lua)
autorun = true
autorunApps =
{
"google-chrome",
"LC_CTYPE=zh_CN.utf8 emacs",
"empathy",
terminal,
}
if autorun then
for app = 1, #autorunApps do
awful.util.spawn_with_shell(autorunApps[app])
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment