mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
Correct floppy mountpoint location to match FHS. Quoting FHS <http://www.pathname.com/fhs/pub/fhs-2.3.html>: /media : Mount point for removeable media Purpose This directory contains subdirectories which are used as mount points for removeable media such as floppy disks, cdroms and zip disks. [...] The following directories, or symbolic links to directories, must be in /media, if the corresponding subsystem is installed: Directory Description floppy Floppy drive (optional) [...]
11 lines
219 B
Plaintext
11 lines
219 B
Plaintext
{
|
|
SystemFont = "Sans";
|
|
BoldSystemFont = "Sans:bold";
|
|
DefaultFontSize = 11;
|
|
AntialiasedText = Yes;
|
|
FloppyPath = "/media/floppy";
|
|
DoubleClickTime = 250;
|
|
MouseWheelUp = Button4;
|
|
MouseWheelDown = Button5;
|
|
}
|