Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

9 righe
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. )