added alacritty

This commit is contained in:
2025-01-10 15:46:10 +01:00
parent 3fb32317e4
commit 9d06863607
6 changed files with 20 additions and 43 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "alacritty/themes"]
path = alacritty/themes
url = https://github.com/alacritty/alacritty-theme

16
alacritty/alacritty.toml Normal file
View File

@@ -0,0 +1,16 @@
[general]
import = [
"/home/mpuchstein/.config/alacritty/themes/themes/github_dark.toml"
]
live_config_reload = true
ipc_socket = true
[window]
opacity = 0.9
[font]
normal = { family = "Inconsolata Nerd Font Mono", style = "Regular" }
size = 9
[mouse]
hide_when_typing = true

1
alacritty/themes Submodule

Submodule alacritty/themes added at aff9d111d4

View File

@@ -1,8 +0,0 @@
{
"view-scale": 0.15,
"snap-threshold": 10,
"indicator-timeout": 500,
"custom-mode": [],
"use-desc": false,
"confirm-timeout": 10
}

View File

@@ -1,6 +0,0 @@
{
"export-settings-ini": true,
"export-gtkrc-20": true,
"export-index-theme": true,
"export-xsettingsd": true
}

View File

@@ -1,29 +0,0 @@
{
"doc-dir": "/usr/share/doc",
"default-zoom": 1.0,
"packages": [
"nwg-shell",
"nwg-shell-config",
"nwg-panel",
"nwg-drawer",
"nwg-dock",
"nwg-menu",
"nwg-look",
"nwg-displays",
"azote",
"nwg-bar",
"nwg-clipman",
"nwg-icon-picker",
"nwg-readme-browser",
"autotiling",
"gopsuinfo",
"nwg-hello",
"sddm-sugar-candy-nwg",
"swaync",
"gtklock",
"swaylock",
"swayidle",
"swayimg",
"nwg-shell-wallpapers"
]
}