mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 06:37:52 +00:00
Add option to reverse primary and secondary buttons in Mouse Settings. - WindowServer.ini: add default entry - switch-mouse-buttons.png: new icon for settings entry - Mouse.gml/MouseWidget.*: new settings dialog - ClientConnection/WindowManager/Server: window message for settings - EventLoop.cpp: swap buttons 1 and 2 if settings are on
40 lines
507 B
INI
40 lines
507 B
INI
[Screens]
|
|
MainScreen=0
|
|
|
|
[Screen0]
|
|
Device=/dev/fb0
|
|
Left=0
|
|
Top=0
|
|
Width=1024
|
|
Height=768
|
|
ScaleFactor=1
|
|
|
|
[Fonts]
|
|
Default=Katica 10 400
|
|
FixedWidth=Csilla 10 400
|
|
|
|
[Theme]
|
|
Name=Default
|
|
|
|
[Mouse]
|
|
AccelerationFactor=1.0
|
|
ScrollStepSize=4
|
|
CursorTheme=Default
|
|
ButtonsSwitched=0
|
|
|
|
[Graphics]
|
|
OverlayRectShadow=/res/graphics/overlay-rect-shadow.png
|
|
|
|
[Input]
|
|
DoubleClickSpeed=250
|
|
|
|
[Background]
|
|
Mode=stretch
|
|
|
|
[Applet]
|
|
Order=DesktopPicker,CPUGraph,MemoryGraph,Network,ClipboardHistory,Audio
|
|
|
|
[VirtualDesktops]
|
|
Rows=2
|
|
Columns=2
|