Skip to content

sjnprjl/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

NOTE: you need pywal. Please get it install in your machine!

Screenshot

screenshot

Setup libinput

This section is the breakdown of the archwiki

First symlink the default libinput configuration 40-libinput.conf

Note: should be a root user

ln -s /usr/share/X11/xorg.conf.d/40-libinput.conf /etc/X11/xorg.conf.d/40-libinput.conf

Custom configuration file

create 30-touchpad.conf under /etc/X11/xorg.conf.d/ and add the following configuration to the file and save it.

Note: you might want to restart X for changes to take effect.

Section "InputClass"
	Identifier "touchpad"
	Driver "libinput"
	MatchIsTouchpad "on"
	Option "Tapping" "on"
	Option "TappingButtonMap" "lrm"
	Option "ClickMethod" "clickfinger"
	Option "NaturalScrolling" "true"
EndSection

Fix sound

Package(s) Link Description
pulseaudio PulseAudio pacman -S pulseaudio
pulseaudio-alsa pulseaudio-alsa pacman -S pulseaudio-alsa
alsa-utils ALSA pacman -S alsa-utils

Fonts

For more info visit archwiki

nerd-fonts-anonymous-pro nerd-fonts-cascadia-code nerd-fonts-fira-code nerd-fonts-inconsolata-go nerd-fonts-victor-mono noto-fonts noto-fonts-emoji ttf-nerd-fonts-hack-complete-git

Installing powerline fonts

If your powerline status bar is not showing properly, it is possible that you do not have powerline fonts installed.

git clone --depth 1 https://github.com/powerline/fonts.git powerline-fonts
cd powerline-fonts
./install.sh
cd ..
rm -rvf powerline-fonts

Neovim

Python 3 provider

From github: how to install neovim python module #8085

pip install --user neovim

Visit neovim issue for more

Polybar

No glyphs shown

You need to install nerd fonts in order for glyphs to work properly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published