Update .config/alacritty/alacritty.toml Update .config/niri/binds.kdl Update .config/niri/config.kdl Update .config/niri/windowrules.kdl Update .config/nvim/init.lua
30 lines
588 B
TOML
30 lines
588 B
TOML
[terminal.shell]
|
|
program = "/usr/bin/fish"
|
|
args = ["--login"]
|
|
|
|
[env]
|
|
TERM = "xterm-256color"
|
|
|
|
[font]
|
|
normal = { family = "JetBrainsMonoNL Nerd Font" }
|
|
bold = { family = "JetBrainsMonoNL Nerd Font" }
|
|
italic = { family = "JetBrainsMonoNL Nerd Font" }
|
|
size = 9
|
|
|
|
[window]
|
|
opacity = 1.0
|
|
padding.x = 4
|
|
padding.y = 4
|
|
decorations = "None"
|
|
|
|
[keyboard]
|
|
bindings = [
|
|
{ key = "F11", action = "ToggleFullscreen" },
|
|
{ key = "Insert", mods = "Shift", action = "Paste" },
|
|
{ key = "Insert", mods = "Control", action = "Copy" },
|
|
]
|
|
|
|
[general]
|
|
import = [
|
|
"~/.config/alacritty/colibri.toml"
|
|
]
|