dotfiles

[ACTIVE] managed with chezmoi
git clone git://git.figbert.com/dotfiles.git
Log | Files | Refs

config.json.tmpl (1057B)


      1 {
      2     "Token": "{{ .cordless.token }}",
      3     "Autocomplete": true,
      4     "Times": 0,
      5     "UserColors": "single",
      6     "FocusChannelAfterGuildSelection": true,
      7     "FocusMessageInputAfterChannelSelection": true,
      8     "ShowUserContainer": true,
      9     "UseFixedLayout": false,
     10     "FixedSizeLeft": 12,
     11     "FixedSizeRight": 12,
     12     "OnTypeInListBehaviour": 1,
     13     "MouseEnabled": true,
     14     "ShortenLinks": false,
     15     "ShortenWithExtension": false,
     16     "ShortenerPort": 63212,
     17     "DesktopNotifications": true,
     18     "DesktopNotificationsUserInactivityThreshold": 10,
     19     "DesktopNotificationsForLoadedChannel": true,
     20     "ShowPlaceholderForBlockedMessages": true,
     21     "ShowUpdateNotifications": true,
     22     "DontShowUpdateNotificationFor": "",
     23     "Accounts": null,
     24     "IndicateChannelAccessRestriction": false,
     25     "ShowBottomBar": true,
     26     "ShowNicknames": true,
     27     "ShowReactionsInline": true,
     28     "FileOpenHandlers": {},
     29     "FileOpenSaveFilesPermanently": false,
     30     "FileDownloadSaveLocation": "~/{{ if eq .chezmoi.os "darwin" }}D{{ else }}d{{ end }}ownloads"
     31 }