Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

9 řádky
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. )