From 5465fc510226ed0b412e54e672a357613726461c Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 30 Jan 2024 10:43:35 +0100 Subject: feat: add instructions --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/README.md b/README.md index 4685109..97a20d5 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,42 @@ My personal suckless setup. - Alt+Shift+D: Opens Discord - Alt+Shift+F: Opens Firefox - PrtScr: Opens Flameshot + +## Installation +Install necessary packages (Arch Linux specific, other distros will differ) +```sh +sudo pacman -S picom feh flameshot ttf-jetbrains-mono-nerd +``` + +Clone the repo +```sh +git clone https://github.com/pml68/suckless-setup +cd suckless-setup/ +``` + +Replace config files +```sh +sudo mv picom.conf /etc/xdg/picom.conf + +# optional +mv neofetch/config.conf ~/.config/neofetch/config.conf +``` + +Build and install each program manually or with the included script +```sh +./install.sh +``` + +Set the background +```sh +feh --bg-fill wallpaper.jpg +``` + +Update your .xinitrc file +```sh +# ... +~/.fehbg & +picom & +slstatus & +exec dwm +``` \ No newline at end of file -- cgit v1.2.3