fixed ini WM config
This commit is contained in:
parent
3e26faa226
commit
77185c1541
Notes:
sideshowbarker
2024-07-19 13:53:31 +09:00
Author: https://github.com/alexispurslane Commit: https://github.com/SerenityOS/serenity/commit/77185c15413 Pull-request: https://github.com/SerenityOS/serenity/pull/118 Reviewed-by: https://github.com/awesomekling
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…
Add table
Reference in a new issue