1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 06:48:12 +00:00
serenity/Base/etc/WindowServer.ini
Tom 7984c2836d WindowServer: Add API to change virtual desktop settings
This also adds the ability to query how many virtual desktops are
set up, and for the Taskbar to be notified when the active virtual
desktop has changed.
2021-07-03 12:27:23 +02:00

55 lines
1 KiB
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
[Cursor]
Hidden=/res/cursors/hidden.png
Arrow=/res/cursors/arrow.x2y2.png
ResizeH=/res/cursors/resize-horizontal.png
ResizeV=/res/cursors/resize-vertical.png
ResizeDTLBR=/res/cursors/resize-diagonal-tlbr.png
ResizeDBLTR=/res/cursors/resize-diagonal-bltr.png
ResizeColumn=/res/cursors/resize-column.png
ResizeRow=/res/cursors/resize-row.png
IBeam=/res/cursors/i-beam.png
Disallowed=/res/cursors/disallowed.png
Move=/res/cursors/move.png
Hand=/res/cursors/hand.x8y4.png
Help=/res/cursors/help.x1y1.png
Drag=/res/cursors/drag.png
Wait=/res/cursors/wait.f14t100.png
Crosshair=/res/cursors/crosshair.png
[Graphics]
OverlayRectShadow=/res/graphics/overlay-rect-shadow.png
[Input]
DoubleClickSpeed=250
[Background]
Mode=stretch
[Applet]
Order=CPUGraph,MemoryGraph,Network,ClipboardHistory,Audio
[VirtualDesktops]
Rows=2
Columns=2