diff options
author | Christopher Dumas <christopherdumas@gmail.com> | 2019-05-25 16:43:15 -0700 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-05-27 21:40:53 +0200 |
commit | e3f81bce498523cc722524fc795f33e7d5c23c3e (patch) | |
tree | 135f279eb7919a61418a7dd261df2f144d317208 /Base/home | |
parent | 63486b8438a9d1ec001adc1476a75b276ee308b3 (diff) | |
download | serenity-e3f81bce498523cc722524fc795f33e7d5c23c3e.zip |
IRC client setttings, Terminal settings, more WM settings
Diffstat (limited to 'Base/home')
-rw-r--r-- | Base/home/anon/IRCClient.ini | 7 | ||||
-rw-r--r-- | Base/home/anon/Terminal.ini | 2 | ||||
-rw-r--r-- | Base/home/anon/WindowManager.ini | 3 |
3 files changed, 12 insertions, 0 deletions
diff --git a/Base/home/anon/IRCClient.ini b/Base/home/anon/IRCClient.ini new file mode 100644 index 0000000000..bb883aa7bd --- /dev/null +++ b/Base/home/anon/IRCClient.ini @@ -0,0 +1,7 @@ +[User] +Nickname=anon_seren1ty + +[Connection] +Server=chat.freenode.net +Port=6667 +AutoJoinChannels=#serenityos diff --git a/Base/home/anon/Terminal.ini b/Base/home/anon/Terminal.ini new file mode 100644 index 0000000000..b8edb79301 --- /dev/null +++ b/Base/home/anon/Terminal.ini @@ -0,0 +1,2 @@ +[Window] +Opacity=150 diff --git a/Base/home/anon/WindowManager.ini b/Base/home/anon/WindowManager.ini index 2d5f54b422..8efe5831fc 100644 --- a/Base/home/anon/WindowManager.ini +++ b/Base/home/anon/WindowManager.ini @@ -31,3 +31,6 @@ HighlightWindowBorder2=250,187,187 HighlightWindowTitle=255,255,255 MenuSelectionColor=132,53,26 + +[Input] +DoubleClickSpeed=250 |