update dotfiles
This commit is contained in:
@@ -15,18 +15,18 @@ scrolling:
|
|||||||
font:
|
font:
|
||||||
# Normal (roman) font face
|
# Normal (roman) font face
|
||||||
normal:
|
normal:
|
||||||
family: Source Code Pro for Powerline
|
family: Source Code Pro
|
||||||
# family: DejaVu Sans Mono for Powerline
|
# family: DejaVu Sans Mono for Powerline
|
||||||
style: regular
|
style: regular
|
||||||
# Bold font face
|
# Bold font face
|
||||||
bold:
|
bold:
|
||||||
family: Source Code Pro for Powerline
|
family: Source Code Pro
|
||||||
style: bold
|
style: bold
|
||||||
# Italic font face
|
# Italic font face
|
||||||
italic:
|
italic:
|
||||||
family: Source Code Pro for Powerline
|
family: Source Code Pro
|
||||||
style: italic
|
style: italic
|
||||||
size: 9
|
size: 8
|
||||||
|
|
||||||
# Colors (Gruvbox dark)
|
# Colors (Gruvbox dark)
|
||||||
colors:
|
colors:
|
||||||
@@ -74,6 +74,11 @@ working_directory: None
|
|||||||
|
|
||||||
# url launcher
|
# url launcher
|
||||||
mouse:
|
mouse:
|
||||||
url:
|
hints:
|
||||||
launcher:
|
launcher:
|
||||||
program: firefox
|
program: firefox
|
||||||
|
|
||||||
|
key_bindings:
|
||||||
|
- { key: B, mods: Command, action: IncreaseFontSize }
|
||||||
|
- { key: N, mods: Command, action: DecreaseFontSize }
|
||||||
|
- { key: M, mods: Command, action: ResetFontSize }
|
||||||
|
|||||||
10
tmux.conf
10
tmux.conf
@@ -53,13 +53,3 @@ bind L resize-pane -R 5
|
|||||||
# Kill
|
# Kill
|
||||||
bind q kill-window
|
bind q kill-window
|
||||||
bind Q kill-session
|
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user