You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.
gitluin edited this page Mar 5, 2020
·
19 revisions
Make sure Xlib is installed. This is typically done by installing xorg or xlib related packages on your platform (if you want dmenu/st/firefox/vifm key commands, obviously you need to install those too, or change the config file to match your system):
FreeBSD: pkg install xorg
Debian: apt-get install xorg-server-source
Fedora: yum install xorg-x11-server-devel
Arch: pacman -S libx11 libxft libxinerama
Go to some directory and clone this repository git clone github.com/gitluin/sara
cd sara
Edit config.h to your needs
sudo make install clean
In your ~/.xinitrc, add exec sara at the end
If it's not there already, make .bash_profile or your relevant equivalent end with a call to startx, which will load .xinitrc