1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:18:11 +00:00
serenity/Base/etc/WindowServer.ini
Maciej Zygmanowski 040a723f1f WindowServer: Add support for cursor themes
Now you can specify a CursorTheme key in /etc/WindowServer.ini. The
cursors are loaded from /res/cursor-themes/<name> directory. This
directory contains a Config.ini file with format similar to previous
Cursor section, except it uses relative paths.

This commit adds also Default theme, which uses cursors being
previously in /res/cursors.

The WidgetGallery is updated to match the new cursor path format.
2021-08-23 01:41:53 +02:00

38 lines
489 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
[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