Betriebssystem mit deprimierender Wirkung (REUPLOAD der Repo von 2018)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

autostart 668B

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 &