Adjust font size in alacritty
Disable mouse in tmux
This commit is contained in:
parent
1bac768d86
commit
6aefa9ad43
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user