Create live-image for Grit OS

.xprofile 463B

12345678910111213141516171819202122232425
  1. #!/bin/sh
  2. #
  3. # ~/.xprofile
  4. #
  5. # Exected 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. # Update i3status network devices
  15. i3status-update-network
  16. # exec gnome-session
  17. # exec startkde
  18. # exec startxfce4
  19. # ...or the Window Manager of your choice
  20. # exec i3