Shell
This commit is contained in:
parent
a06cce9fe2
commit
664bf09127
@ -1,12 +1,17 @@
|
|||||||
[env]
|
[env]
|
||||||
WINIT_X11_SCALE_FACTOR = "1.0"
|
WINIT_X11_SCALE_FACTOR = "1.0"
|
||||||
|
|
||||||
|
[terminal]
|
||||||
|
shell = "/usr/bin/fish"
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
decorations_theme_variant = "Dark"
|
decorations_theme_variant = "Dark"
|
||||||
dynamic_title = true
|
dynamic_title = true
|
||||||
title = "Terminal"
|
title = "Terminal"
|
||||||
opacity = 1
|
opacity = 1
|
||||||
padding = { x = 4, y = 2 }
|
padding = { x = 1, y = 0 }
|
||||||
|
decorations = "None"
|
||||||
|
startup_mode = "Maximized"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
normal = { family = "IosevkaTermSlab Nerd Font Mono" }
|
normal = { family = "IosevkaTermSlab Nerd Font Mono" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user