added alacritty
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "alacritty/themes"]
|
||||
path = alacritty/themes
|
||||
url = https://github.com/alacritty/alacritty-theme
|
16
alacritty/alacritty.toml
Normal file
16
alacritty/alacritty.toml
Normal 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
1
alacritty/themes
Submodule
Submodule alacritty/themes added at aff9d111d4
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"view-scale": 0.15,
|
||||
"snap-threshold": 10,
|
||||
"indicator-timeout": 500,
|
||||
"custom-mode": [],
|
||||
"use-desc": false,
|
||||
"confirm-timeout": 10
|
||||
}
|
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"export-settings-ini": true,
|
||||
"export-gtkrc-20": true,
|
||||
"export-index-theme": true,
|
||||
"export-xsettingsd": true
|
||||
}
|
@@ -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"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user