NOTA: Esse repositório utilizar submodulo (dotbot).
Esse repositório possui meus arquivos de configuração bem como a montagem de ambiente.
Componentes:
- Sway
- Alacritty
- NeoVim
- Waybar
- Rider
- Xkb
- Tmux
- Bash-it
- Go to ~/.vim/plugged/barbar.nvim/autoload/bufferline/highlight.vim
- Change the lines from:
To:
let fg_current = s:fg(['Normal'], '#efefef') let fg_visible = s:fg(['TabLineSel'], '#efefef')
let fg_current = s:fg(['TabLineSel'], '#efefef') let fg_visible = s:fg(['TabLine'], '#efefef')
- Also change from:
To:
let bg_current = s:bg(['Normal'], 'none') let bg_visible = s:bg(['TabLineSel', 'Normal'], 'none')
let bg_current = s:bg(['TabLineSel'], 'none') let bg_visible = s:bg(['TabLine', 'Normal'], 'none')
- Open with super user the file /etc/sway/modes/default
- Change the line from:
to:
$bindsym $mod+Shift+p exec $clipboard
$bindsym $mod+Ctrl+v exec $clipboard
- Change the lines from:
to:
## Setting // Split windows horizontally ## $bindsym $mod+b splith ## Setting // Split windows vertically ## $bindsym $mod+v splitv
## Setting // Split windows horizontally ## $bindsym $mod+Shift+h splith ## Setting // Split windows vertically ## $bindsym $mod+Shift+v splitv