diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -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 |
