Create live-image for Grit OS

.xinitrc 399B

12345678910111213141516171819202122
  1. #!/bin/sh
  2. #
  3. # ~/.xinitrc
  4. #
  5. # Executed by startx (run your window manager from here)
  6. #if [ -d /etc/X11/xinit/xinitrc.d ]; then
  7. # for f in /etc/X11/xinit/xinitrc.d/*; do
  8. # [ -x "$f" ] && . "$f"
  9. # done
  10. # unset f
  11. #fi
  12. # Create a background
  13. feh --bg-scale '/usr/share/pixmaps/grit-p12.png'
  14. # exec gnome-session
  15. # exec startkde
  16. # exec startxfce4
  17. # ...or the Window Manager of your choice
  18. #exec i3