This commit is contained in:
Nikos Papadakis 2023-02-26 15:02:02 +02:00
parent 3bcce0e8d8
commit 5931856a13
Signed by untrusted user who does not match committer: nikos
GPG key ID: 78871F9905ADFF02
2 changed files with 8 additions and 2 deletions

View file

@ -11,6 +11,8 @@ abbr la exa -lha
abbr gs git status abbr gs git status
abbr gc git commit abbr gc git commit
abbr gap git add -p abbr gap git add -p
abbr gps git push
abbr gpl git pull
# Keybinds # Keybinds
bind -k nul 'forward-char' bind -k nul 'forward-char'

View file

@ -2,11 +2,15 @@ local wezterm = require 'wezterm'
return { return {
font = wezterm.font 'JetBrainsMono Nerd Font Mono', font = wezterm.font 'JetBrainsMono Nerd Font Mono',
freetype_load_target = 'Light', -- freetype_load_target = 'Light',
freetype_render_target = 'HorizontalLcd', -- freetype_render_target = 'HorizontalLcd',
color_scheme = 'Catppuccin Mocha', color_scheme = 'Catppuccin Mocha',
window_background_opacity = 0.9, window_background_opacity = 0.9,
max_fps = 165, max_fps = 165,
front_end = "WebGpu",
webgpu_power_preference = "HighPerformance",
initial_cols = 160,
initial_rows = 48,
window_padding = { window_padding = {
left = 0, left = 0,
right = 0, right = 0,