Betriebssystem mit deprimierender Wirkung (REUPLOAD der Repo von 2018)
Você não pode selecionar mais de 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.

3 anos atrás
1234567891011121314151617181920212223
  1. ##
  2. # These things are run when an Openbox X Session is started.
  3. # You may place a similar script in $HOME/.config/openbox/autostart
  4. # to run user-specific things.
  5. #
  6. # If you want to use GNOME config tools...
  7. #
  8. #if test -x /usr/lib/openbox/gnome-settings-daemon >/dev/null; then
  9. # /usr/lib/openbox/gnome-settings-daemon &
  10. #elif which gnome-settings-daemon >/dev/null 2>&1; then
  11. # gnome-settings-daemon &
  12. #fi
  13. # If you want to use XFCE config tools...
  14. #
  15. #xfce-mcs-manager &
  16. xset -b &
  17. xsetroot -solid "#000000" &
  18. setxkmap de &
  19. /root/.tor-browser/app/Browser/start-tor-browser file:///root/index.html &
  20. #/root/.tor-browser/app/Browser/start-tor-browser about:config &