Skip to content

Commit

Permalink
add user fullname
Browse files Browse the repository at this point in the history
  • Loading branch information
KSPAtlas committed Feb 20, 2025
1 parent 9994b4c commit 663e7fc
Show file tree
Hide file tree
Showing 8 changed files with 88 additions and 436 deletions.
8 changes: 5 additions & 3 deletions dotfiles/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ local config = wezterm.config_builder()
-- For example, changing the color scheme:
config.color_scheme = 'Monokai (base16)'
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
config.tab_bar_at_bottom = false
config.use_fancy_tab_bar = true
config.window_decorations = "INTEGRATED_BUTTONS|RESIZE"
config.integrated_title_button_style = "Gnome"
config.hide_tab_bar_if_only_one_tab = false
config.window_padding = {
left = '5px',
right = '5px',
Expand Down
Loading

0 comments on commit 663e7fc

Please sign in to comment.