Betriebssystem mit deprimierender Wirkung (REUPLOAD der Repo von 2018)
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

autostart 668B

il y a 3 ans
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 &