mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
fixed ini WM config
This commit is contained in:
parent
3e26faa226
commit
77185c1541
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
[Screen]
|
||||
Width=1920
|
||||
Height=1080
|
||||
Width=1080
|
||||
Height=768
|
||||
|
||||
[Cursor]
|
||||
Arrow=/res/cursors/arrow.png
|
||||
|
@ -36,4 +36,4 @@ MenuSelectionColor=132,53,26
|
|||
DoubleClickSpeed=250
|
||||
|
||||
[Background]
|
||||
Mode=scaled
|
||||
Mode=center
|
||||
|
|
Loading…
Reference in a new issue