Skip to content

Instantly share code, notes, and snippets.

@xmawja
Last active November 18, 2022 11:32
Show Gist options
  • Select an option

  • Save xmawja/2d40bc9098f4e6a8a1390a5a74193ad0 to your computer and use it in GitHub Desktop.

Select an option

Save xmawja/2d40bc9098f4e6a8a1390a5a74193ad0 to your computer and use it in GitHub Desktop.
A customized build of dynamic window manager, on top of DWM.
!#/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