rice

personal dot files and scripts for linux and macOS
Log | Files | Refs | README | LICENSE

.xprofile (207B)


      1 #!/bin/sh
      2 #
      3 # This file runs when a DM logs you into a grapgical session.
      4 # If you use startx/xinit this file will also be sourced.
      5 
      6 setbg &
      7 dunst &
      8 sxhkd &
      9 compton --config ~/.config/compton/compton.conf &