Skip to content

Commit

Permalink
Change Fonts to Ricty Diminished.
Browse files Browse the repository at this point in the history
Because I don`t like Ligatures.
  • Loading branch information
Hyuga-Tsukui committed Mar 31, 2024
1 parent 3b8a012 commit 7cabe5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dot_wezterm.lua
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
local wezterm = require("wezterm")

local config = wezterm.config_builder()

config.font = wezterm.font("FiraCode Nerd Font")
config.font_size = 16.0
config.window_background_opacity = 0.9
config.font = wezterm.font("Ricty Diminished")
-- config.font = wezterm.font("FiraCode Nerd Font")
config.font_size = 16.5
--config.window_background_opacity = 0.9

-- config.default_prog = {"/bin/zsh", "-l", "-c", "`tmux attach -t 0 || tmux`"}

Expand Down

0 comments on commit 7cabe5b

Please sign in to comment.