mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-06 14:04:19 +01:00
17 lines
206 B
TOML
17 lines
206 B
TOML
[env]
|
|
TERM = "xterm-256color"
|
|
|
|
[shell]
|
|
program = "zellij"
|
|
|
|
[window]
|
|
padding.x = 16
|
|
padding.y = 14
|
|
decorations = "None"
|
|
opacity = 0.98
|
|
|
|
[keyboard]
|
|
bindings = [
|
|
{ key = "F11", action = "ToggleFullscreen" }
|
|
]
|