Advertisement
Guest User

Untitled

a guest
Jul 31st, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. xset -dpms
  2. xset s off
  3. matchbox-window-manager -theme MBOpus &
  4.  
  5. # Disable laptop onboard display
  6. xrandr --output LVDS1 --off
  7.  
  8. epoptes-client &
  9.  
  10. while true;do
  11. rsync -qr --delete --exclude='.Xauthority' /etc/profiles.d/kiosk/ $HOME/
  12. ps |grep -q wcgbrowser || wcgbrowser -f
  13. #Uncomment the next line to do a trace
  14. #wcgbrowser -f -d 2>&1 | (logger -p user.debug -t $USER)
  15.  
  16. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement