Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.4 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.4 KB

My personal DWM config

Dwm Dwm

I Recommend to save /dwm on .config

Patches:

Personal dependencies:

Set up the autostart.sh

mv autostart.sh ~/

Download the wallpaper and move it to ~/wallpapers

mv wallpaperName ~/wallpapers

if you prefer to save the wallpaper in another directory, modify the path of the 2 line of the autostart line

Set up your own browser keybind on line 64

#Change the brave word if u use another browser
static const char *browser[] = { "brave", NULL };