[fix] Linux changes

This commit is contained in:
Uttarayan
2023-03-21 11:08:13 +05:30
parent 1fbada28e9
commit e7218c9c3f
16 changed files with 188 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
local wezterm = require 'wezterm';
return {
font = wezterm.font_with_fallback {"Hasklug Nerd Font", "Hasklug Nerd Font Mono"},
font = wezterm.font_with_fallback { "Hasklug Nerd Font", "Hasklug Nerd Font Mono" },
font_size = 16,
colors = {
-- The default text color
@@ -35,13 +35,14 @@ return {
-- to this color to give a visual cue about the compose state.
compose_cursor = "orange",
},
initial_cols = 120,
hide_tab_bar_if_only_one_tab = true,
window_background_opacity = 0.8,
cursor_blink_rate = 880,
default_cursor_style = "BlinkingBlock",
default_prog = { "fish", "-l" },
window_padding = {
left = 0,
left = 2,
right = 0,
top = 2,
bottom = 0,