1
0
mirror of https://github.com/tiyn/dwm.git synced 2025-04-19 15:57:45 +02:00

Compare commits

...

6 Commits

Author SHA1 Message Date
5eb0da07cf updated config 2023-10-15 05:54:48 +02:00
126b944c0b reverted status2d patch 2023-10-15 04:12:56 +02:00
02965e8877 added gitignore 2023-10-15 03:28:33 +02:00
2924da9f7d updated readme 2023-10-15 03:27:37 +02:00
433f1bf6f1 status2d patch merged with master 2023-10-15 03:24:48 +02:00
a3a49e464d status2d patch added 2023-10-15 03:08:37 +02:00
3 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

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

View File

@ -20,6 +20,7 @@ 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,4 +128,3 @@ static Button buttons[] = {
{ ClkTagBar, MODKEY, Button1, tag, {0} },
{ ClkTagBar, MODKEY, Button3, toggletag, {0} },
};