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