Initial Commit
This commit is contained in:
commit
d18f18fc29
28 changed files with 1415 additions and 0 deletions
12
graphical/wezterm/wezterm.lua
Normal file
12
graphical/wezterm/wezterm.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
color_scheme = 'gbox',
|
||||
enable_tab_bar = false,
|
||||
font_size = 10.0,
|
||||
-- font = wezterm.font('ComicShanns Mono Nerd Font'),
|
||||
keys = {
|
||||
{
|
||||
key = "F11",
|
||||
action = wezterm.action.ToggleFullScreen,
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue