eventmanager 1.9 KB

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