cerilla

~/.xinitrc

Jan 13th, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.32 KB | None | 0 0
  1. #set the pointer
  2. xsetroot -cursor_name left_ptr
  3.  
  4. #set the wallpaper
  5. sh ~/.fehbg &
  6.  
  7. while true; do
  8.    xsetroot -name "$( date +"%F %R" )"
  9.    sleep 1m    # Update time every minute
  10. done &
  11.  
  12. #merge xinit with xresources
  13. xcompmgr -c &
  14. xrdb -merge ~/.Xresources
  15.  
  16. #start WM
  17. exec ck-launch-session dbus-launch xmonad
Advertisement
Add Comment
Please, Sign In to add comment