GithubHelp home page GithubHelp logo

pliavi / arch-tweaks-and-fixes Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 0.0 13 KB

Some tweaks for distros, like resolve emoji problems and distro specific problems

License: MIT License

Shell 100.00%
archlinux distros fix linux troubleshoot tweaks

arch-tweaks-and-fixes's Introduction

Olá, sou Vitor "Pliavi" Silvério! 👋

Sou um entusiasta de tecnologia apaixonado por programação, música e exploração de linguagens de programação. Atualmente, meu foco principal está nas linguagens Dart e Typescript, mas também tenho grande interesse em Rust, Elixir e PHP. Sou versátil em diversos frameworks, incluindo Vue, Laravel e Flutter, mas estou sempre aberto a novas experiências com tecnologias.

Meus Projetos Destacados:

  • Linguagem PRT: Uma linguagem de programação funcional escrita em Typescript que gera Javascript.
  • Creatine Stock Bot: Um bot que verifica a disponibilidade de creatina para venda na Growth Suplementos.
  • Terminal Tetris Attack: Desenvolvi um jogo no estilo Tetris Attack em Python, que roda diretamente no terminal.
  • Live Runner: Criei um jogo totalmente dentro de uma live na Twitch, usando a engine Godot.

Interesses:

  • Além da programação, tenho paixão pela música e estou aprendendo a tocar gaita. Não sou um mestre nisso, mas estou progredindo! 🎶
  • Gosto de explorar linguagens de programação e entender como são escritas e compiladas.
  • Quanto ao sistema operacional, sou um entusiasta do Linux, e atualmente uso Manjaro e VanillaOS como meus sistemas operacionais principais.
  • Amo jogar Osu! 🥁

Sinta-se à vontade para explorar meus projetos e entrar em contato para colaborações ou apenas para conversar sobre programação, música, gaita, Linux ou jogos! 🕹️

Contact me on

Linkedin Discord Telegram

My Stack

Flutter Dart Typescript Laravel Vue Tailwind Godot Yarn VSCode Arch

Currently Learning

Rust Hyprland Rust

Stats

Estatísticas do GitHub Estatísticas do GitHub

arch-tweaks-and-fixes's People

Contributors

pliavi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

arch-tweaks-and-fixes's Issues

increase inotify file watchers in manjaro

this issues shows there is another file called 50-max_user_watches.conf that overrides the 40-max_user_watches.conf that is in most of docs about increase file watchers
guard/listen#444

so, to fix, just add the same to both files:

echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/50-max_user_watches.conf && sudo sysctl --system

Looks like it a problem in KDE??

[General] Keychron keyboard F keys not working

This is caused by keychron is handled by a apple driver in linux, but you can change some settings to make it work, you can follow the tutorial here:
https://mikeshade.com/posts/keychron-linux-function-keys/

# temporary, to test what config you want, change 0, to 1 or 2
echo 2 | sudo tee /sys/module/hid_apple/parameters/fnmode

# to make it persist, change 0, to 1 or 2 here too
echo "options hid_apple fnmode=2" | sudo tee -a /etc/modprobe.d/hid_apple.conf

# for Ubuntu
sudo update-initramfs -u

# for Arch
sudo mkinitcpio -P 

Some KDE framedrops and OBS flickering on Nvidia

Problem description

There is two problems that it solve:

  • KDE get some lagging when two graphical things runs at same time, like open menu over a video, you can feel the video frame dropping.
  • OBS flickers, some windows get full transparent for miliseconds, and without the composition full screen vsync it can be worse getting some cuts in windows.

How to fix

Change the composition settings in nvidia-settings may fix the problem
image

Saving settings to X config needs sudo

[Manjaro?] KDE not changing default browser

Setting Chromium in default applications for browser keeps opening Firefox for links in other apps like Discord and Konsole.
image

Found that xdg keeps firefox

$ xdg-settings get default-web-browser
firefox

and the BROWSER variable keeps pointing to firefox too:

$ echo $BROWSER
/usr/bin/firefox

Need to change both:

$ xdg-settings set default-web-browser chromium.desktop // the .desktop extension is needed
$ echo "export BROWSER=/usr/bin/chromium" >> .bashrc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.