Help for this page

Select Code to Download


  1. or download this
    system("DISPLAY=:0.0 /usr/bin/feh --bg-center /home/user/Pictures/rota
    +te/1.jpg");
    
  2. or download this
    $ENV{DISPLAY} = ":0.0";
    system("/usr/bin/feh --bg-center /home/user/Pictures/rotate/1.jpg");