Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

9 linhas
436 B

  1. -- xdg autostart specification
  2. awful.spawn.with_shell(
  3. 'if (xrdb -query | grep -q "^awesome\\.started:\\s*true$"); then exit; fi;' ..
  4. 'xrdb -merge <<< "awesome.started:true";' ..
  5. -- list each of your autostart commands, followed by ; inside single quotes, followed by ..
  6. 'dex --environment Awesome --autostart --search-paths "$XDG_CONFIG_DIRS/autostart:$XDG_CONFIG_HOME/autostart"' -- https://github.com/jceb/dex
  7. )