Adjust font size in alacritty

Disable mouse in tmux
This commit is contained in:
Robin C. 2025-01-21 19:21:44 +01:00
parent 1bac768d86
commit 6aefa9ad43
2 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Hezkore's Alacritty settings
[window]
dimensions = { columns = 127, lines = 35 }
dimensions = { columns = 127, lines = 37 }
opacity = 0.99
resize_increments = true
@ -14,7 +14,7 @@ multiplier = 1
[font]
normal = { family = "Hack", style = "Regular" }
size = 12
size = 11.5
[colors]
transparent_background_colors = true

View File

@ -8,7 +8,8 @@ set -g status-right "#[fg=yellow]Copy Mode#[default]"
set -g status on
set -g mouse on
# The problem with enabling mouse support is that it doesn't work in any other app
# set -g mouse on
set-option -g history-limit 5000