summaryrefslogtreecommitdiff
path: root/Base/home
diff options
context:
space:
mode:
authorChristopher Dumas <christopherdumas@gmail.com>2019-05-25 09:26:23 -0700
committerAndreas Kling <awesomekling@gmail.com>2019-05-27 21:40:53 +0200
commit63486b8438a9d1ec001adc1476a75b276ee308b3 (patch)
treed8aa6ee19f764657c6993cf1aac1256aae9a04c8 /Base/home
parentd4a16d6031397f458c57b307c7a7b1f8e51736de (diff)
downloadserenity-63486b8438a9d1ec001adc1476a75b276ee308b3.zip
implemented settings for window manager.
Diffstat (limited to 'Base/home')
-rw-r--r--Base/home/anon/WindowManager.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/Base/home/anon/WindowManager.ini b/Base/home/anon/WindowManager.ini
index 0ab8dc8f8e..2d5f54b422 100644
--- a/Base/home/anon/WindowManager.ini
+++ b/Base/home/anon/WindowManager.ini
@@ -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