rice

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

xprofile (244B)


      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 xrdb $HOME/.config/x11/xresources &
      7 setbg &
      8 dunst &
      9 sxhkd &
     10 #compton --config ~/.config/compton/compton.conf &