July 7th, 2017

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/0f23dae1-852e-4f21-b58e-3fa1cdc6232e/arch_arc-overview.png

I’m currently working on an Arch Linux distribution. What I love about it is the huge amount of Sys Admin stuff I learned while installing it again and again, each time faster than before, and with a better knowledge of what I was doing. I’m not going to explain how to install it, but rather present some packages I use to customize the default system.

System utilities

Let's install the basics:

yaourt redshift oh-my-zsh

Then, with pacman (sudo pacman -S [packages]):

lxrandr xfce4-screenshooter xscreensaver

XFCE is fast

I didn’t have the opportunity to test in depth a lot of graphical interfaces. Yet it’s because xfce remains my favorite for now, and I don’t feel like testing other GUIs, as this one entirely supplies my needs. It’s very fast, and highly customizable. During summer, I ended up having this ChromeOS-like desktop, on xfce. Now I went back to a more classic layout.

Autostart xfce at login

Simply add this line to your zshrc config file, if this is the shell you’re using :

startxfce4

I’m not found of login managers, as they tend to slow down boot time. Xfce is my only graphical interface, so I neither need to switch between it and something else, nor to change the language, keyboard disposition or brightness each time I log in. That’s why a simple console login is entirely sufficient for me.