Skip to content

PieroNarciso/Dotfiles

Repository files navigation

Dotfiles

Preview

Requirements

Requirements packages are in Packages-Desktop (Arch Linux)

Some packages are from the AUR

To make it straitforward install the packages with a AUR helper (paru, yay)

$ paru -S --needed - < Packages-Desktop

Dotfiles Install

  • Clone this repository in $HOME
$ git clone https://github.com/PieroNarciso/Dotfiles.git $HOME/.dotfiles
  • Move to dotfiles directory
$ cd $HOME/.dotfiles
  • Use stow to symlink
$ stow */
  • Copy pulseaudio files ./.pulse/default.pa to $HOME/.config/pulse/
$ mkdir -p $HOME/.config/pulse
$ cp $HOME/.dotfiles/.pulse/ $HOME/.config/pulse/
  • Profile avatar
$ cp $HOME/.dotfiles/.face $HOME/.face

i3 / BSPWM

Configuration for keyboard

Create this file in /etc/X11/xorg.conf.d/00-keyboard.conf

Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "us,us"
        Option "XkbModel" "pc105"
        Option "XkbVariant" ",altgr-intl"
        Option "XkbOptions" "grp:win_space_toggle,caps:escape"
EndSection

Configuration for Mouse Acceleration

Create file in /etc/X11/xorg.conf.d/50-mouse-accelaration.conf

Section "InputClass"
	Identifier "Logitech G403"
	Driver "libinput"
	MatchIsPointer "yes"
	Option "AccelProfile" "flat"
	Option "AccelSpeed" "0"
EndSection

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published