Guest User

Untitled

a guest
Jan 22nd, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #!/bin/sh
  2. #
  3. # ~/.xinitrc
  4. #
  5. # Executed by startx (run your window manager from here)
  6.  
  7. feh --bg-scale /home/karim/Images/wallpaper/mario.jpg
  8. xsetroot -cursor_name left_ptr
  9. exec scrotwm > .xsession-errors 2>&1
Add Comment
Please, Sign In to add comment