mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-03 06:12:51 +00:00
feat: update files
This commit is contained in:
14
home/desktops/hyprland/wezterm/wezterm.lua
Normal file
14
home/desktops/hyprland/wezterm/wezterm.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
local wezterm = require("wezterm")
|
||||
|
||||
local config = {
|
||||
font = wezterm.font("JetBrains Mono"),
|
||||
enable_tab_bar = false,
|
||||
display_pixel_geometry = "BGR",
|
||||
freetype_load_target = "HorizontalLcd",
|
||||
freetype_load_flags = "NO_HINTING",
|
||||
freetype_render_target = "HorizontalLcd",
|
||||
font_size = 13.0,
|
||||
default_prog = { "/run/current-system/sw/bin/fish" },
|
||||
}
|
||||
|
||||
return config
|
||||
Reference in New Issue
Block a user