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.

28 lines
617 B

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 ~/.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. #compton &
  15. # see https://github.com/yshui/compton
  16. #/opt/compton --config /home/marc/.config/compton.conf.yshui &
  17. export _JAVA_AWT_WM_NONREPARENTING=1
  18. exec bspwm
  19. #exec openbox-session
  20. #exec awesome