Fix somew colors in tmux
This commit is contained in:
13
README.md
13
README.md
@@ -24,7 +24,6 @@
|
|||||||
+ Video-Player: mpv, vlc
|
+ Video-Player: mpv, vlc
|
||||||
|
|
||||||
## Other Dependencies
|
## Other Dependencies
|
||||||
|
|
||||||
+ [Gruvbox](https://github.com/hargonix/Pop-gruvbox/): GTK Theme (clone into ~/.themes)
|
+ [Gruvbox](https://github.com/hargonix/Pop-gruvbox/): GTK Theme (clone into ~/.themes)
|
||||||
+ [asetroot](https://github.com/Wilnath/asetroot): animated wallpaper
|
+ [asetroot](https://github.com/Wilnath/asetroot): animated wallpaper
|
||||||
+ [i3-swallow](https://github.com/jamesofarrell/i3-swallow): swallow terminal (not used anymore)
|
+ [i3-swallow](https://github.com/jamesofarrell/i3-swallow): swallow terminal (not used anymore)
|
||||||
@@ -48,8 +47,10 @@ Following the help should be enough guidance.
|
|||||||
+ [TeX](https://github.com/latex-lsp/texlab)
|
+ [TeX](https://github.com/latex-lsp/texlab)
|
||||||
|
|
||||||
## Fonts
|
## Fonts
|
||||||
+ Fira Code Regular Nerd Font Complete Mono: Terminal
|
| Usage | Font |
|
||||||
+ Product Sans: Non-Monospaced Font
|
| -------- | --------------------- |
|
||||||
+ Noto Sans CJK JP: Japanese Characters
|
| Terminal | SFMono Nerd Font Mono |
|
||||||
+ Stick-Regular: Japanese Characters
|
| Non-Mono | Product Sans |
|
||||||
+ Material Design Icons: Icons in Bar
|
| JP | Noto Sans CJK JP |
|
||||||
|
| JP | Stick Regular |
|
||||||
|
| Icons | Material Design Icons |
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
! Font
|
! Font
|
||||||
XTerm.vt100.faceName: xft:FiraCode Nerd Font Mono:antialias=true
|
XTerm.vt100.faceName: xft:SFMono Nerd Font Mono:antialias=true
|
||||||
XTerm.vt100.faceSize: 9
|
XTerm.vt100.faceSize: 9
|
||||||
|
|
||||||
! Remove Scrollbar
|
! Remove Scrollbar
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
set -g default-terminal "tmux-256color"
|
set -g default-terminal "tmux-256color"
|
||||||
|
set -g terminal-overrides ",alacritty:RGB"
|
||||||
|
|
||||||
#some vi behaviour
|
#some vi behaviour
|
||||||
bind-key -r h select-pane -L
|
bind-key -r h select-pane -L
|
||||||
|
|||||||
Reference in New Issue
Block a user