Skip to content

pankajadhyapak/arch_dotfiles

Repository files navigation

Arch install script and dotfiles

Arch Installation

curl -L https://raw.githubusercontent.com/pankajadhyapak/arch_dotfiles/master/arch_install.sh > arch_install.sh

bash arch_install.sh

Disable HDMI sound output

echo "blacklist snd_hda_codec_hdmi" >  /etc/modprobe.d/blacklist.conf

Update installed packages

pacman -Qqe > "$DOTFILES/apps/apps.txt"

Trackpad

/etc/X11/xorg.conf.d/30-touchpad.conf
Section "InputClass"
    Identifier "touchpad"
    Driver "libinput"
    MatchIsTouchpad "on"
    Option "Tapping" "on"
    Option "TappingButtonMap" "lrm"
EndSection

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published