diff options
| author | pml68 <pml31@protonmail.com> | 2024-01-30 10:43:35 +0100 |
|---|---|---|
| committer | pml68 <pml31@protonmail.com> | 2024-01-30 10:43:35 +0100 |
| commit | 5465fc510226ed0b412e54e672a357613726461c (patch) | |
| tree | 6e8dbaad665a25f821ef89b8a15a5e4eebf7022f /README.md | |
| parent | feat: add neofetch config (diff) | |
| download | suckless-setup-5465fc510226ed0b412e54e672a357613726461c.tar.gz | |
feat: add instructions
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 |
