diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 9aebd53..e94d5ca 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -15,18 +15,18 @@ scrolling: font: # Normal (roman) font face normal: - family: Source Code Pro for Powerline + family: Source Code Pro # family: DejaVu Sans Mono for Powerline style: regular # Bold font face bold: - family: Source Code Pro for Powerline + family: Source Code Pro style: bold # Italic font face italic: - family: Source Code Pro for Powerline + family: Source Code Pro style: italic - size: 9 + size: 8 # Colors (Gruvbox dark) colors: @@ -74,6 +74,11 @@ working_directory: None # url launcher mouse: - url: + hints: launcher: program: firefox + +key_bindings: + - { key: B, mods: Command, action: IncreaseFontSize } + - { key: N, mods: Command, action: DecreaseFontSize } + - { key: M, mods: Command, action: ResetFontSize } diff --git a/tmux.conf b/tmux.conf index 1f2eeb3..5522a50 100644 --- a/tmux.conf +++ b/tmux.conf @@ -53,13 +53,3 @@ bind L resize-pane -R 5 # Kill bind q kill-window bind Q kill-session - -################################# -# Statusline # -################################# - -# modes -setw -g clock-mode-colour colour5 -setw -g mode-attr bold -setw -g mode-fg colour1 -setw -g mode-bg colour18