Advertisement
Dj_Dexter

.xinitrc

Apr 25th, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. #setxkbmap -option terminate:crtl_alt_bksp
  2. autocutsel &
  3. #exec /home/kike/src/cambiar_mac.sh
  4.  
  5. exec setxkbmap es &
  6.  
  7. #feh --scale-down --bg-scale ~/img/fondos/16.jpg &
  8.  
  9. #. /home/kike/src/random_wallpaper.sh
  10. #$HOME/.fehbgx &
  11. sh $HOME/.fehbg &
  12. rxvt &
  13.  
  14. #while true;
  15.  
  16. #do
  17.  
  18. # xsetroot -name "[ `cancion` ] [ `volumen` ] `date +"[ %a %d %b %Y #] [ %H:%M:%S ]"`"
  19.  
  20. # sleep 1s
  21.  
  22. #done &
  23.  
  24. conky | while read -r; do xsetroot -name "$REPLY"; done &
  25.  
  26. #exec dwm
  27. exec $HOME/scripts/dwmstart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement