diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -20,16 +20,16 @@ It's also recommended to start dwm and other related software through xinit, my ### Automated -Clone the repo ```sh git clone https://git.sr.ht/~pml68/suckless-setup cd suckless-setup -``` -Simply run the included script with root permissions. -```sh -chmod +x install -sudo ./install +sudo make install +# OR +sudo make install-laptop + +# optional +make wallpaper ``` ### Manual @@ -49,12 +49,12 @@ cd .. #### Optional -Set the background +Set the background (this is done by the `wallpaper` make job) ```sh feh --bg-fill wallpaper.jpg ``` -Copy over the picom configuration +Copy over the picom configuration (this is done by both install make jobs) ```sh sudo cp picom.conf /etc/xdg/picom.conf ``` |
