summaryrefslogtreecommitdiff
path: root/Base/home
diff options
context:
space:
mode:
authorChristopher Dumas <christopherdumas@gmail.com>2019-05-24 21:10:23 -0700
committerAndreas Kling <awesomekling@gmail.com>2019-05-27 21:40:53 +0200
commitd4a16d6031397f458c57b307c7a7b1f8e51736de (patch)
tree488dd4bdd22f2c653ff3a1357ba2d6fc766bbbbb /Base/home
parent9d2b08e06eb3139fcdebef283d0635365fddd4b5 (diff)
downloadserenity-d4a16d6031397f458c57b307c7a7b1f8e51736de.zip
Network stack is now configurable, and resolution is also configurable, but loading cursors causes a page-fault?
Diffstat (limited to 'Base/home')
-rw-r--r--Base/home/anon/WindowManager.ini31
1 files changed, 31 insertions, 0 deletions
diff --git a/Base/home/anon/WindowManager.ini b/Base/home/anon/WindowManager.ini
new file mode 100644
index 0000000000..0ab8dc8f8e
--- /dev/null
+++ b/Base/home/anon/WindowManager.ini
@@ -0,0 +1,31 @@
+[Screen]
+Width=1920
+Height=1080
+
+[Cursor]
+Arrow=/res/cursors/arrow.png
+ResizeH=/res/cursors/resize-horizontal.png
+ResizeV=/res/cursor/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
+
+[Colors]
+Background=50,50,50
+ActiveWindowBorder=110,34,9
+ActiveWindowBorder2=244,202,158
+ActiveWindowTitle=255,255,255
+
+InactiveWindowBorder=128,128,128
+InactiveWindowBorder2=192,192,192
+InactiveWindowTitle=213,208,199
+
+DraggingWindowBorder=161,50,13
+DraggingWindowBorder2=250,220,187
+DraggingWindowTitle=255,255,255
+
+HighlightWindowBorder=161,13,13
+HighlightWindowBorder2=250,187,187
+HighlightWindowTitle=255,255,255