Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Configuration

Marcel Schramm edited this page Feb 11, 2019 · 10 revisions

Cordless gives access to all available settings via it's configuration file. In order to find out where it lies, take a look at the message that it prints when it starts.

Available

Token

Type: string (Arbitrary sequence of ascii characters)

The token is necessary for login. It's basically the code that you get from combining email and password, which then acts as a key. You shouldn't ever have to touch this, simply login in when cordless prompts you to do so. Possibly use the token method instead of email and password.

Times

Type: Integer (Must match this expression: \d)

This setting determines the time format.

Format Description Example
0 It displays hours, minutes and seconds in 24 hour format. 12:05:23
1 IT displays hours and minutes in 24 hour format. 12:05
2 It doesn't display any time.

The default value is 1

FocusChannelAfterGuildSelection

Type: Boolean (true / false)

If set to true, it will cause the widget focus to move over to the channel tree after selecting a guild.

The default value is true.

FocusMessageInputAfterChannelSelection

Type: Boolean (true / false)

If set to true, it will cause the widget focus to move over to the message input widget after channel selection.

The default value is true.

ShowFrame

Type: Boolean (true / false)

If set to true, this will show a frame (border) around the application, that also contains the applications name.

The default value is false.

ShowChatHeader

Type: Boolean (true / false)

If set to true, this will show a header above the chat. The header contains the channel title / chat-partner name and the channel topic of available.

The default value is true

ShowUserContainer

Type: Boolean (true / false)

If set to true, the user container on the right side will show up. This can also be toggled via the shortcut mentioned at: Navigation

UseFixedLayout

Type: Boolean (true / false)

If set to true, the values of FixedSizeLeft and FixedSizeRight will be applied to the UI components on the left and the right.

Clone this wiki locally