mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:48:12 +00:00
WindowServer: Move configuration file into /etc/WindowServer
This is in preparation for running WindowServer as a separate user.
This commit is contained in:
parent
1176167944
commit
0415db30c6
5 changed files with 6 additions and 9 deletions
|
@ -1,27 +0,0 @@
|
|||
[Screen]
|
||||
Width=1024
|
||||
Height=768
|
||||
|
||||
[Theme]
|
||||
Name=Default
|
||||
|
||||
[Cursor]
|
||||
Arrow=/res/cursors/arrow.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
|
||||
IBeam=/res/cursors/i-beam.png
|
||||
Disallowed=/res/cursors/disallowed.png
|
||||
Move=/res/cursors/move.png
|
||||
Hand=/res/cursors/hand.png
|
||||
Drag=/res/cursors/drag.png
|
||||
|
||||
[Input]
|
||||
DoubleClickSpeed=250
|
||||
|
||||
[Background]
|
||||
Mode=scaled
|
||||
|
||||
[Applet]
|
||||
Order=Clock,Audio,CPUGraph,UserName
|
Loading…
Add table
Add a link
Reference in a new issue