Fix somew colors in tmux

This commit is contained in:
Marco Thomas
2021-06-01 12:14:06 +02:00
parent 8a4c1b83c2
commit e6e2aa4cfc
3 changed files with 9 additions and 7 deletions

View File

@@ -24,7 +24,6 @@
+ Video-Player: mpv, vlc
## Other Dependencies
+ [Gruvbox](https://github.com/hargonix/Pop-gruvbox/): GTK Theme (clone into ~/.themes)
+ [asetroot](https://github.com/Wilnath/asetroot): animated wallpaper
+ [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)
## Fonts
+ Fira Code Regular Nerd Font Complete Mono: Terminal
+ Product Sans: Non-Monospaced Font
+ Noto Sans CJK JP: Japanese Characters
+ Stick-Regular: Japanese Characters
+ Material Design Icons: Icons in Bar
| Usage | Font |
| -------- | --------------------- |
| Terminal | SFMono Nerd Font Mono |
| Non-Mono | Product Sans |
| JP | Noto Sans CJK JP |
| JP | Stick Regular |
| Icons | Material Design Icons |

View File

@@ -1,5 +1,5 @@
! 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
! Remove Scrollbar

View File

@@ -1,4 +1,5 @@
set -g default-terminal "tmux-256color"
set -g terminal-overrides ",alacritty:RGB"
#some vi behaviour
bind-key -r h select-pane -L