Giter VIP home page Giter VIP logo

dotfiles's Introduction

Important

Notes in .github directory.

Boot with UEFI directly

Modern method. I don't use GRUB.
When updating Linux kernel pacman hook runs /etc/pacman.d/hooks/on-kernel-install. What it does:

  • Moves Booster image and microcode to EFI partition.
  • Updates UEFI boot entries linking these files using efibootmgr.

Dependencies


Automatic login on boot

Lazy to type password everytime.
/etc/systemd/system/[email protected]/autologin.conf


Zram

It's a part of ram. Compresses ram to have more ram. Faster than SSD swap file.


Systemd logs in ram

Reduces unnecessary SSD write.

sudo rm -r /var/log/journal/*

Blacklisting unused kernel modules

/etc/modprobe.d/blacklists.conf


PipeWire

/home/rakib/.config/pipewire/pipewire.conf.d

Virtual Surround Sound

virtual-surround-sound.conf from PipeWire GitLab.
atmos.wav extracted from HeSuVi_2.0.0.1.exe.

Mic Noise Cancelation

mic-noise-cancelation.conf from PipeWire GitLab.
Dependencies: noise-suppression-for-voice.

Don't forget to activate sinks/sources using wpctl. The * indicates currently active.

~ wpctl status
Audio
 ├─ Devices:
 │      48. Family 17h/19h HD Audio Controller  [alsa]
 │
 ├─ Sinks:
 │  *   37. Virtual Surround Sound              [vol: 1.00]
 │      68. Family 17h/19h HD Audio Controller Digital Stereo (IEC958) [vol: 1.00]
 │
 ├─ Sources:
 │  *   36. Mic Noise Cancelation               [vol: 1.00]
 │      69. Family 17h/19h HD Audio Controller Analog Stereo [vol: 0.60]

~ wpctl set-default 37
~ wpctl set-default 36

BlueZ battery missing

Add --experimental flag /etc/systemd/system/bluetooth.service.d/bluetooth.conf


Remove pacman multilib

During Wine installation I added "multilib” in /etc/pacman.conf which resulted in duplicate 32-bit version of each package. I don't use Wine now.


Cleanup unused packages

List packages installed someway by you.

pacman -Qqi | grep -E "Name|Description|Required By"

Identify what you don't need reading package details.

dotfiles's People

Contributors

rakibdev avatar

Stargazers

 avatar

Watchers

 avatar

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.