Skip to content

RisuSofos/dwm

Repository files navigation

My build of dwm

Requirements

xorg-server xorg-xinit libx11 libxinerama libxft webkit2gtk

Installation

for the noobs who need this:

git clone https://github.com/RisuSofos/dwm
cd dwm
sudo make clean install

append the following to .xinitrc and disable other window managers/desktops

nitrogen --restore &
xcompmgr &
exec dwm

add startx to .bash_profile

KeyBinds

###Coming Soon