Skip to content

Commit

Permalink
weird stuff is happening
Browse files Browse the repository at this point in the history
  • Loading branch information
KSPAtlas committed Feb 17, 2025
1 parent bc49213 commit 6225386
Show file tree
Hide file tree
Showing 17 changed files with 410 additions and 123 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion hm/dotfiles/wezterm.lua → dotfiles/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local config = wezterm.config_builder()

-- For example, changing the color scheme:
config.color_scheme = 'Monokai (base16)'
config.font_size = 11.0
config.font_size = 12.0
config.tab_bar_at_bottom = true
config.use_fancy_tab_bar = false
config.hide_tab_bar_if_only_one_tab = true
Expand All @@ -21,5 +21,7 @@ config.window_padding = {

config.term = "wezterm"

-- config.font = wezterm.font "Fairfax Hax HD"

-- and finally, return the configuration to wezterm
return config
File renamed without changes.
Loading

0 comments on commit 6225386

Please sign in to comment.