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.

33 lines
854 B

4 years ago
4 years ago
4 years ago
4 years ago
  1. #!/bin/sh
  2. # /etc/X11/xinit/xinitrc
  3. #
  4. # global xinitrc file, used by all X sessions started by xinit (startx)
  5. # invoke global X session script
  6. #. /etc/X11/Xsession
  7. # load .Xresources
  8. xrdb -merge ~/.config/X11/Xresources
  9. # remap F- and function keys
  10. #xmodmap ~./.Xmodmap
  11. # fix potential problem with DISPLAY environment variable not correctly set
  12. # when not using a display manager
  13. systemctl --user import-environment DISPLAY
  14. #gnome keyring
  15. #dbus-Zeile ermöglichte erst den Zugriff auf den keyring
  16. eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
  17. export SSH_AUTH_SOCK
  18. dbus-update-activation-environment --systemd DISPLAY
  19. #compton &
  20. # see https://github.com/yshui/compton
  21. #/opt/compton --config /home/marc/.config/compton.conf.yshui &
  22. export _JAVA_AWT_WM_NONREPARENTING=1
  23. exec bspwm
  24. #exec openbox-session
  25. #exec awesome