eventmanager 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #configuration file for 'events' in Puppy.
  2. #this file is read/written by /usr/sbin/eventmanager.
  3. #this parameter is read by /sbin/pup_event_frontend_d...
  4. #For odd-numbered PUPMODE, periodic save in minutes. 0=no periodic save...
  5. RAMSAVEINTERVAL=30
  6. #For odd-numbered PUPMODE, wheter to ask at shutdown to save session or not (true) or do it automatically (false)
  7. ASKTOSAVE=false
  8. #read by pup_event_frontend_d. major switch to kill pup_event_backend_d...
  9. BACKENDON="true"
  10. #read by pup_event_frontend_d. major switch to turn off all hotplug desktop icon support...
  11. HOTPLUGON="true"
  12. #read by pup_event_frontend_d. whether hotplug drive icons on desktop or a single 'drives' icon...
  13. ICONDESK="true"
  14. #read by pup_event_frontend_d. only effecive if ICONDESK=true. show individual partitions as icons...
  15. ICONPARTITIONS="true"
  16. #read by pup_event_frontend_d. only effecive if ICONPARTITIONS=true. show partitions labels...
  17. LABELPARTITIONS="false"
  18. #read by pup_event_frontend_d and /root/.pup_event/drive_*
  19. #true if want an automatic 'handler' to run if a drive plugged in...
  20. HOTPLUGNOISY="false"
  21. #read by /root/.pup_event/drive_*
  22. #true if want 'handler' to auto-run appropriate target application...
  23. AUTOTARGET="true"
  24. #if /sys/block/fd0 exists, show 'fd0' icon on desktop. Puppy does not detect insert/remove
  25. #of diskettes, so this icon will just remain on desktop. Read by pup_event_frontend_d.
  26. FD0ICON="true"
  27. #this parameter is read by /sbin/pup_event_frontend_d...
  28. #power-off PC if mouse inactive for this many minutes (0 means never)...
  29. POWERTIMEOUT=0
  30. #this parameter is read by /sbin/pup_event_frontend_d...
  31. #it activates automatic unmounting of partitions if no longer in use...
  32. AUTOUNMOUNT="false"
  33. #091208 adjust drive icons placement, read by /sbin/pup_event_frontend_d
  34. #gap between icons and edge of screen (>0 if need to leave space for a tray)...
  35. ICON_PLACE_EDGE_GAP=64
  36. #indent from edge before icons start...
  37. ICON_PLACE_START_GAP=32
  38. #spacing between successive icons (64 matches other icons on desktop)...
  39. ICON_PLACE_SPACING=64 #56
  40. #left, right, bottom, or top of screen...
  41. ICON_PLACE_ORIENTATION='bottom'