This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ~/.config/mpv/mpv.conf | |
| hwdec=nvdec | |
| vo=gpu-next | |
| colormatrix=bt.709 | |
| target-prim=bt.709 | |
| target-trc=bt.1886 | |
| color-range=limited | |
| # ~/.config/mpv/input.conf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Custom look que eu fiz | |
| parse_git_branch() { | |
| git branch 2>/dev/null | sed -n '/\* /s///p' | |
| } | |
| set_prompt() { | |
| local venv="" | |
| local gitb="" | |
| local cwd="" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # O que é este gist? | |
| - É um tutorial que decidi deixar público para facilitar outros que queiram configurar um Linux de forma semelhante que eu. | |
| - Também serve como um backup de vários passos que segui que qualquer um pode usar também. | |
| # Por que PikaOS? | |
| - Porque eu gosto de Debian e ele vem com muitas ferramentas úteis que eu uso no dia a dia (jogos / dev) | |
| # = # = # = # = # = # = # = # = # = # = # = # = # = # = # = # = # = # = # = # | |
| # Utilidades: | |
| # = # = # = # = # = # = # = # = # = # = # = # = # = # = # = # = # = # = # = # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Este é um combo de atalhos que eu gosto de usar no meu teclado US-Intl. Testado no PikaOS 4 com KDE e fcitx5. | |
| # Recomendo o uso do fcitx5, com a seguinte configuração (uso KDE) | |
| # 1. Modelo: Generic 105-key PC | |
| # 2. Layout: English US (intl. with dead keys / com teclas mortas) | |
| # 3. Nos teclados virtuais, selecione o fcitx5 (instale ele antes, claro) | |
| # Acredito que a partir daí tudo funcione, ou precise de ajustes bem finos | |
| # O resto desse gist é basicamente o necessário para o ~/.XCompose. Reiniciar o computador é a forma mais direta de "recarregar" o arquivo. (Aplicativos abertos podem não atualizar de cara etc) | |
| # Nota: pra instalar o fcitx5, basta usar `sudo apt install fcitx5`. Ele instala o necessário assim mesmo. | |
| # Isso inclui qualquer coisa default |