mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Compare commits
No commits in common. "b7f8891249128ccd52424ac2bb979e3564ea4ffa" and "2d414258ca6b45bd3090b0f0bbcb41f724309417" have entirely different histories.
b7f8891249
...
2d414258ca
3
.config/Element/.gitignore
vendored
3
.config/Element/.gitignore
vendored
@ -1,3 +0,0 @@
|
|||||||
*
|
|
||||||
!.gitignore
|
|
||||||
!config.json
|
|
@ -1,88 +0,0 @@
|
|||||||
{
|
|
||||||
"default_server_config": {
|
|
||||||
"m.homeserver": {
|
|
||||||
"base_url": "https://chat.nerdhouse.io/",
|
|
||||||
"server_name": "chat.nerdhouse.io"
|
|
||||||
},
|
|
||||||
"m.identity_server": {
|
|
||||||
"base_url": "https://chat.nerdhouse.io/"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"disable_custom_urls": false,
|
|
||||||
"disable_guests": false,
|
|
||||||
"disable_login_language_selector": false,
|
|
||||||
"disable_3pid_login": false,
|
|
||||||
"brand": "NerdChat",
|
|
||||||
"integrations_ui_url": "https://scalar.vector.im/",
|
|
||||||
"integrations_rest_url": "https://scalar.vector.im/api",
|
|
||||||
"integrations_widgets_urls": [
|
|
||||||
"https://scalar.vector.im/_matrix/integrations/v1",
|
|
||||||
"https://scalar.vector.im/api",
|
|
||||||
"https://scalar-staging.vector.im/_matrix/integrations/v1",
|
|
||||||
"https://scalar-staging.vector.im/api",
|
|
||||||
"https://scalar-staging.riot.im/scalar/api"
|
|
||||||
],
|
|
||||||
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
|
|
||||||
"defaultCountryCode": "GB",
|
|
||||||
"showLabsSettings": false,
|
|
||||||
"features": {
|
|
||||||
"feature_font_scaling": "labs",
|
|
||||||
"feature_pinning": "labs",
|
|
||||||
"feature_custom_status": "labs",
|
|
||||||
"feature_custom_tags": "labs",
|
|
||||||
"feature_state_counters": "labs",
|
|
||||||
"feature_irc_ui": "labs"
|
|
||||||
},
|
|
||||||
"default_federate": true,
|
|
||||||
"default_theme": "dark",
|
|
||||||
"roomDirectory": {
|
|
||||||
"servers": [
|
|
||||||
"matrix.org"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"welcomeUserId": "@riot-bot:matrix.org",
|
|
||||||
"piwik": {
|
|
||||||
"url": "https://piwik.riot.im/",
|
|
||||||
"whitelistedHSUrls": ["https://matrix.org"],
|
|
||||||
"whitelistedISUrls": ["https://vector.im", "https://matrix.org"],
|
|
||||||
"siteId": 1
|
|
||||||
},
|
|
||||||
"enable_presence_by_hs_url": {
|
|
||||||
"https://matrix.org": false,
|
|
||||||
"https://matrix-client.matrix.org": false
|
|
||||||
},
|
|
||||||
"settingDefaults": {
|
|
||||||
"breadcrumbs": true,
|
|
||||||
"custom_themes": [
|
|
||||||
{
|
|
||||||
"name": "Arc Dark",
|
|
||||||
"is_dark": true,
|
|
||||||
"fonts": {
|
|
||||||
"general": "sans",
|
|
||||||
"monospace": "monospace"
|
|
||||||
},
|
|
||||||
"colors": {
|
|
||||||
"accent-color": "#5294e2",
|
|
||||||
"primary-color": "#d3dae3",
|
|
||||||
"warning-color": "#bf616a",
|
|
||||||
|
|
||||||
"sidebar-color": "#404552",
|
|
||||||
"roomlist-background-color": "#383c4a",
|
|
||||||
"roomlist-text-color": "#afb8c5",
|
|
||||||
"roomlist-text-secondary-color": "#7c818c",
|
|
||||||
"roomlist-highlights-color": "#404552",
|
|
||||||
"roomlist-separator-color": "#2F343F",
|
|
||||||
|
|
||||||
"timeline-background-color": "#404552",
|
|
||||||
"timeline-text-color": "#afb8c5",
|
|
||||||
"timeline-text-secondary-color": "#7c818c",
|
|
||||||
"timeline-highlights-color": "#404552",
|
|
||||||
"reaction-row-button-selected-bg-color": "#bf616a"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"jitsi": {
|
|
||||||
"preferredDomain": "jitsi.riot.im"
|
|
||||||
}
|
|
||||||
}
|
|
@ -65,9 +65,6 @@ window:
|
|||||||
# Window title
|
# Window title
|
||||||
#title: Alacritty
|
#title: Alacritty
|
||||||
|
|
||||||
# Allow terminal applications to change Alacritty's window title.
|
|
||||||
dynamic_title: true
|
|
||||||
|
|
||||||
# Window class (Linux/BSD only):
|
# Window class (Linux/BSD only):
|
||||||
#class:
|
#class:
|
||||||
# Application instance name
|
# Application instance name
|
||||||
@ -297,6 +294,9 @@ selection:
|
|||||||
# When set to `true`, selected text will be copied to the primary clipboard.
|
# When set to `true`, selected text will be copied to the primary clipboard.
|
||||||
save_to_clipboard: false
|
save_to_clipboard: false
|
||||||
|
|
||||||
|
# Allow terminal applications to change Alacritty's window title.
|
||||||
|
dynamic_title: true
|
||||||
|
|
||||||
cursor:
|
cursor:
|
||||||
# Cursor style
|
# Cursor style
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user