Setting up newsbeuter

First, install newsbeuter

sudo pacman -S newsbeuter

Create config folder

mkdir ~/.newsbeuter

Create inside the config folder, a urls file to contain your feeds, one per line. Add tags between quotes.

http://dthlabs.com/feed/ "blog"
https://www.archlinux.org/news/ "linux"
http://qrznow.com/feed/ "radio"
http://www.embarcados.com.br/feed/ "programming"

Read more “Setting up newsbeuter”

Installing and configuring Awesome WM in Archlinux

Start by installing xorg and nvidia graphics

pacman -S xorg-server xorg-server-utils xorg-xinit xorg-utils xorg-twm xorg-xclock xterm xorg-xrandr nvidia nvidia-libgl xf86-input-evdev

Reboot

reboot

Install awesome, touchpad support and vicious

pacman -S awesome xf86-input-synaptics vicious hddtemp alsa-utils wireless_tools

Read more “Installing and configuring Awesome WM in Archlinux”