mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 05:25:41 -05:00
38 lines
880 B
TOML
38 lines
880 B
TOML
[general]
|
|
import = [
|
|
"~/.config/alacritty/dank-theme.toml"
|
|
]
|
|
|
|
[window]
|
|
decorations = "None"
|
|
padding = { x = 12, y = 12 }
|
|
opacity = 1.0
|
|
|
|
[scrolling]
|
|
history = 3023
|
|
|
|
[cursor]
|
|
style = { shape = "Block", blinking = "On" }
|
|
blink_interval = 500
|
|
unfocused_hollow = true
|
|
|
|
[mouse]
|
|
hide_when_typing = true
|
|
|
|
[selection]
|
|
save_to_clipboard = false
|
|
|
|
[bell]
|
|
duration = 0
|
|
|
|
[keyboard]
|
|
bindings = [
|
|
{ key = "C", mods = "Control|Shift", action = "Copy" },
|
|
{ key = "V", mods = "Control|Shift", action = "Paste" },
|
|
{ key = "N", mods = "Control|Shift", action = "SpawnNewInstance" },
|
|
{ key = "Equals", mods = "Control|Shift", action = "IncreaseFontSize" },
|
|
{ key = "Minus", mods = "Control", action = "DecreaseFontSize" },
|
|
{ key = "Key0", mods = "Control", action = "ResetFontSize" },
|
|
{ key = "Enter", mods = "Shift", chars = "\n" },
|
|
]
|