Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 446 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 446 Bytes

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