Last active
November 18, 2022 11:32
-
-
Save xmawja/2d40bc9098f4e6a8a1390a5a74193ad0 to your computer and use it in GitHub Desktop.
A customized build of dynamic window manager, on top of DWM.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !#/bin/sh | |
| # A Customized Build Of DWM and applyed some usefol PATCHES | |
| ## https://dwm.suckless.org/ | |
| ## https://dwm.suckless.org/faq/ | |
| ################################################### | |
| # PATCHES! be aware of the version's | |
| ## https://dwm.suckless.org/patches/pertag/ | |
| ## https://dwm.suckless.org/patches/fullgaps/ | |
| ## https://dwm.suckless.org/patches/movestack/ | |
| # using GIT clone the repo && change the directory | |
| git clone https://git.suckless.org/dwm | |
| cd dwm | |
| # using your favorit SU wrapper sudo/doas make and install | |
| make clean install | |
| # if you using startx exec dwm | |
| # or if you are using display manager put Entry | |
| # quit the session and enter again whith dwm | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment