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
@ -31,4 +31,4 @@ TERM = "xterm-256color"
[keyboard]
bindings = [
{ key = "Space", mods = "Control|Shift", action = "ReceiveChar" }
]
]

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
@ -41,4 +42,4 @@ set -g @dracula-time-format "%R"
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'dracula/tmux'
run '~/.tmux/plugins/tpm/tpm'
run '~/.tmux/plugins/tpm/tpm'