1
0
mirror of https://github.com/tiyn/dwm.git synced 2025-04-20 08:17:45 +02:00

Compare commits

..

No commits in common. "5eb0da07cfdd99cec4d678938f9215367e592621" and "0494606e7e17c96c02cabee5dfe014cf6e6a8f2f" have entirely different histories.

3 changed files with 1 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,2 +0,0 @@
*.o
dwm

View File

@ -20,7 +20,6 @@ The list below shows the currently applied patches to the master branch.
- dwm-deck-6.0.diff (adds deck layout)
- dwm-noborder-6.2.diff (removes border if there is only one window)
- dwm-pertag-20170513-ceac8c9.diff (allows having a layout/mwfact/barpos/nmaster per tag)
- dwm-status2d-6.2.diff (adds colors and ability to draw rectangles)
- dwm-statusallmons-6.2.diff (display statusbar on every monitors)
- dwm-statuscmd-6.2.diff (enables dwmblocks compatibility)
- dwm-systray-6.2.diff (adds a systray to statusbar)

View File

@ -128,3 +128,4 @@ static Button buttons[] = {
{ ClkTagBar, MODKEY, Button1, tag, {0} },
{ ClkTagBar, MODKEY, Button3, toggletag, {0} },
};