Create live-image for Grit OS

autostart 259B

123456789101112131415161718192021
  1. #!/bin/sh
  2. # XCompMgr
  3. xcompmgr
  4. # Set startup volume
  5. amixer -D pulse set Master unmute
  6. amixer -D pulse set Master 80%
  7. # Disable beeps
  8. #xset -b &
  9. # Set brightness
  10. xbacklight -set 80 &
  11. # Clipboard manager
  12. #LC_ALL=C parcellite &
  13. # On Screen Display
  14. dunst &