about summary refs log tree commit diff stats
ModeNameSize
-rw-r--r--.hgtags812log stats plain blame
-rw-r--r--LICENSE1192log stats plain blame
-rw-r--r--Makefile1542log stats plain blame
-rw-r--r--README1088log stats plain blame
-rw-r--r--client.c9060log stats plain blame
-rw-r--r--config.arg.h2796log stats plain blame
-rw-r--r--config.default.h2692log stats plain blame
-rw-r--r--config.mk472log stats plain blame
-rw-r--r--draw.c4706log stats plain blame
-rw-r--r--dwm.13309log stats plain blame
-rw-r--r--dwm.h7785log stats plain blame
-rw-r--r--dwm.png373log stats plain blame
-rw-r--r--event.c8003log stats plain blame
-rw-r--r--main.c7722log stats plain blame
-rw-r--r--tag.c2557log stats plain blame
-rw-r--r--util.c1222log stats plain blame
-rw-r--r--view.c6943log stats plain blame
class="k">TP .B Mod1-k Focus previous .B window .TP .B Mod1-j Focus next .B window .TP .B Mod1-m Maximize current .B window .TP .B Mod1-[0..n] Focus .B nth tag .TP .B Mod1-space (Re-)arrange .B all windows tiled .TP .B Mod1-Shift-space (Re-)arrange .B all windows floating .TP .B Mod1-Shift-[0..n] Apply .B nth tag to current .B window .TP .B Mod1-Shift-q Quit .B dwm .TP .B Mod1-Shift-Return Start .B terminal .TP .B Mod1-Shift-w Start .B web browser .TP .B Mod1-Shift-l Lock .B screen .TP .B Control-[0..n] Append .B nth tag to cureent .B window .TP .B Control-Button1 Zooms the clicked .B window to master column .TP .B Mod1-Button1 Moves current .B window while dragging .TP .B Mod1-Button2 Lowers current .B window .TP .B Mod1-Button3 Resizes current .B window while dragging .SH CUSTOMIZATION .B dwm is customized through editing its source code. This keeps it fast, secure and simple. The source code contains the .I CUSTOMIZE keyword to highlight relevant portions for customization.