mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:17:44 +00:00
implemented settings for window manager.
This commit is contained in:
parent
d4a16d6031
commit
63486b8438
5 changed files with 54 additions and 51 deletions
|
@ -5,7 +5,7 @@ Height=1080
|
|||
[Cursor]
|
||||
Arrow=/res/cursors/arrow.png
|
||||
ResizeH=/res/cursors/resize-horizontal.png
|
||||
ResizeV=/res/cursor/resize-vertical.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
|
||||
|
@ -29,3 +29,5 @@ DraggingWindowTitle=255,255,255
|
|||
HighlightWindowBorder=161,13,13
|
||||
HighlightWindowBorder2=250,187,187
|
||||
HighlightWindowTitle=255,255,255
|
||||
|
||||
MenuSelectionColor=132,53,26
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue