You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the last 17 commits are towards this
6.1 has a bug where emoji's in title crash dwm. Did not face this for
5 years from 2014, because websites did not use them
Well, it's 2019 now and websites do what they do. The relevent fix is
actually in the the HEAD of version 6.2, but had to go back and pull in
some other stuff to get the fix
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
3
3
[dwm](http://dwm.suckless.org/) aka dynamic window manager is a tiling window manager. It does get some time to get used to. It is fully customizable and here are my tweaks.
4
4
5
-
Vendoring dwm for mu ease of use, as it is quite stable anyway. Currently on version 6.1. 6.1 is dependent on dmenu 4.6, meaning you need to upgrade that as well. May vendor dmenu into this repo as well, depending on need.
5
+
Vendoring dwm for my ease of use, as it is quite stable anyway. Started out with version 6.1. 6.1 is dependent on dmenu 4.6, meaning you need to upgrade that as well.
6
+
7
+
Have cherry-picked a bunch of commits between 6.1 and 6.2, to counter a bug that I was facing. So the code is now in a wierd fork of the original with patches.
0 commit comments