diff --git a/alacritty/hezkore.toml b/alacritty/hezkore.toml index eef4d17..9cfb7cb 100644 --- a/alacritty/hezkore.toml +++ b/alacritty/hezkore.toml @@ -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" } -] \ No newline at end of file +] diff --git a/tmux/tmux.conf b/tmux/tmux.conf index dbbc28a..530cfb3 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -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' \ No newline at end of file +run '~/.tmux/plugins/tpm/tpm'