mirror of
https://github.com/tiyn/dwm.git
synced 2025-04-19 15:57:45 +02:00
Compare commits
6 Commits
0494606e7e
...
5eb0da07cf
Author | SHA1 | Date | |
---|---|---|---|
5eb0da07cf | |||
126b944c0b | |||
02965e8877 | |||
2924da9f7d | |||
433f1bf6f1 | |||
a3a49e464d |
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*.o
|
||||
dwm
|
@ -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)
|
||||
|
@ -128,4 +128,3 @@ static Button buttons[] = {
|
||||
{ ClkTagBar, MODKEY, Button1, tag, {0} },
|
||||
{ ClkTagBar, MODKEY, Button3, toggletag, {0} },
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user