cpadilla / dwm

My patched version of dwm based on the git.suckless.org/dwm repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dwm

My patched version of dwm based on the git.suckless.org/dwm repo

Instructions to build on Arch Linux

Run the following command

makepkg -Acs --skipchecksums -f

This should build the package. Then install it using pacman. For example:

sudo pacman -U dwm-6.1-2-x86_64.pkg.tar.xz

By default, Shift+Alt+q will shut down dwm, allowing you to restart after you've installed your changes.

Instructions to build on FreeBSD

The freebsd branch contains the files needed to add to the port (in the /usr/ports/x11-wm/dwm/files directory).

Once those files are added, you can make and install the system using the config.h file with the following command:

sudo make DWM_CONF=/usr/ports/x11-wm/dwm/files/config.h install

About

My patched version of dwm based on the git.suckless.org/dwm repo

License:GNU General Public License v3.0


Languages

Language:C 80.7%Language:Shell 19.3%