blob: 521650c12c4202aee2f5f5de93be887991df01c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# predefined roles
# default role is always defined even though empty
[default]
[right.chat]
ui.force_new_chat = 1
ui.open_chat_command = preset_right
[below.chat]
ui.force_new_chat = 1
ui.open_chat_command = preset_below
[tab.chat]
ui.force_new_chat = 1
ui.open_chat_command = preset_tab
|