it* dwm + patches Err codevoid.de 70 i Err codevoid.de 70 hgit clone git://git.codevoid.de/dwm-sdk URL:git://git.codevoid.de/dwm-sdk codevoid.de 70 1Log /git/dwm-sdk/log.gph codevoid.de 70 1Files /git/dwm-sdk/files.gph codevoid.de 70 1Refs /git/dwm-sdk/refs.gph codevoid.de 70 1README /git/dwm-sdk/file/README.gph codevoid.de 70 1LICENSE /git/dwm-sdk/file/LICENSE.gph codevoid.de 70 i--- Err codevoid.de 70 1commit 10dfa65860d770cbce2cdaf67618f44f726a27c3 /git/dwm-sdk/commit/10dfa65860d770cbce2cdaf67618f44f726a27c3.gph codevoid.de 70 1parent 3bd8466e93b2c81be86e67c6ecdda4e1d240fe4b /git/dwm-sdk/commit/3bd8466e93b2c81be86e67c6ecdda4e1d240fe4b.gph codevoid.de 70 hAuthor: Hiltjo Posthuma URL:mailto:hiltjo@codemadness.org codevoid.de 70 iDate: Sat, 12 May 2018 19:14:19 +0200 Err codevoid.de 70 i Err codevoid.de 70 iremove old TODO and BUGS entries Err codevoid.de 70 i Err codevoid.de 70 itthe bug in the dwm man page is an (ancient) Java issue. Err codevoid.de 70 i Err codevoid.de 70 iThanks David and quinq for the patches and feedback! Err codevoid.de 70 i Err codevoid.de 70 iDiffstat: Err codevoid.de 70 i D BUGS | 44 ------------------------------- Err codevoid.de 70 i M Makefile | 2 +- Err codevoid.de 70 i D TODO | 4 ---- Err codevoid.de 70 i M dwm.1 | 12 +++--------- Err codevoid.de 70 i Err codevoid.de 70 i4 files changed, 4 insertions(+), 58 deletions(-) Err codevoid.de 70 i--- Err codevoid.de 70 1diff --git a/BUGS b/BUGS /git/dwm-sdk/file/BUGS.gph codevoid.de 70 it@@ -1,44 +0,0 @@ Err codevoid.de 70 i---- Err codevoid.de 70 i- Err codevoid.de 70 i-18:17 < Biolunar> when i change my resolution in dwm (to a smaller one) and then back to the native, the top bar is not repainted. that's since 5.7.2, in 5.6 it worked fine Err codevoid.de 70 i-18:19 < Biolunar> is it just happening to me or a (known) bug? Err codevoid.de 70 i-18:24 < Biolunar> and in addition, mplayers fullscreen is limited to the small resolution after i changed it back to the native Err codevoid.de 70 i- Err codevoid.de 70 i-reproducible with xrandr -s but not with --output and --mode, strange Err codevoid.de 70 i- Err codevoid.de 70 i---- Err codevoid.de 70 i- Err codevoid.de 70 i-yet another corner case: Err codevoid.de 70 i-open a terminal, focus another monitor, but without moving the mouse Err codevoid.de 70 i-pointer there Err codevoid.de 70 i-if there is no client on the other monitor to get the focus, then the Err codevoid.de 70 i-terminal will be unfocused but it will accept input Err codevoid.de 70 i- Err codevoid.de 70 i---- Err codevoid.de 70 i- Err codevoid.de 70 i-Donald Allen reported this: Err codevoid.de 70 i- Err codevoid.de 70 i-starting emacs from dmenu in archlinux results in missing configure of emacs, but mod1-space or mod1-shift-space fix this problem. this problem is new and did not happen in 1.6 xorg servers Err codevoid.de 70 i- Err codevoid.de 70 i---- Err codevoid.de 70 i- Err codevoid.de 70 i-voltaic reports this: Err codevoid.de 70 i- Err codevoid.de 70 i-When I use two monitors, one larger in resolution than the other, the Err codevoid.de 70 i-bar is drawn using the smaller x-dimension on both screens. I think Err codevoid.de 70 i-what's happening is that there are two bars drawn, but the short bar Err codevoid.de 70 i-is always on top of the long bar such that I can't see the information Err codevoid.de 70 i-under the short bar. If I switch to the small screen, hide the short Err codevoid.de 70 i-bar, and then switch to the large screen, the long bar is drawn Err codevoid.de 70 i-correctly. Err codevoid.de 70 i- Err codevoid.de 70 i-A similar problem occurs when I have started dwm on a small resolution Err codevoid.de 70 i-monitor (laptop screen) and then I switch to a large external display. Err codevoid.de 70 i-When I do this, the bar itself is drawn for the original smaller Err codevoid.de 70 i-resolution, but the information to be printed on the bar is Err codevoid.de 70 i-right-aligned for a longer bar. So what I see is a bar that has the Err codevoid.de 70 i-right hand side of it cut-off. See attached screenshot. Err codevoid.de 70 i- Err codevoid.de 70 i-I am using standard options for xrandr such as --output VGA1 --auto, etc. Err codevoid.de 70 i- Err codevoid.de 70 i---- Err codevoid.de 70 1diff --git a/Makefile b/Makefile /git/dwm-sdk/file/Makefile.gph codevoid.de 70 it@@ -35,7 +35,7 @@ clean: Err codevoid.de 70 i dist: clean Err codevoid.de 70 i @echo creating dist tarball Err codevoid.de 70 i @mkdir -p dwm-${VERSION} Err codevoid.de 70 i- @cp -R LICENSE TODO BUGS Makefile README config.def.h config.mk \ Err codevoid.de 70 i+ @cp -R LICENSE Makefile README config.def.h config.mk \ Err codevoid.de 70 i dwm.1 drw.h util.h ${SRC} dwm.png transient.c dwm-${VERSION} Err codevoid.de 70 i @tar -cf dwm-${VERSION}.tar dwm-${VERSION} Err codevoid.de 70 i @gzip dwm-${VERSION}.tar Err codevoid.de 70 1diff --git a/TODO b/TODO /git/dwm-sdk/file/TODO.gph codevoid.de 70 it@@ -1,4 +0,0 @@ Err codevoid.de 70 i-- add a flag to Key to execute the command on release (needed for commands Err codevoid.de 70 i- affecting the keyboard grab, see scrot -s for example) Err codevoid.de 70 i-- add updategeom() hook for external tools like dzen Err codevoid.de 70 i-- consider onscreenkeyboard hooks for tablet deployment Err codevoid.de 70 1diff --git a/dwm.1 b/dwm.1 /git/dwm-sdk/file/dwm.1.gph codevoid.de 70 it@@ -158,7 +158,7 @@ code. This keeps it fast, secure and simple. Err codevoid.de 70 i .SH SEE ALSO Err codevoid.de 70 i .BR dmenu (1), Err codevoid.de 70 i .BR st (1) Err codevoid.de 70 i-.SH BUGS Err codevoid.de 70 i+.SH ISSUES Err codevoid.de 70 i Java applications which use the XToolkit/XAWT backend may draw grey windows Err codevoid.de 70 i only. The XToolkit/XAWT backend breaks ICCCM-compliance in recent JDK 1.5 and early Err codevoid.de 70 i JDK 1.6 versions, because it assumes a reparenting window manager. Possible workarounds Err codevoid.de 70 it@@ -172,11 +172,5 @@ or Err codevoid.de 70 i (to pretend that a non-reparenting window manager is running that the Err codevoid.de 70 i XToolkit/XAWT backend can recognize) or when using OpenJDK setting the environment variable Err codevoid.de 70 i .BR _JAVA_AWT_WM_NONREPARENTING=1 . Err codevoid.de 70 i-.P Err codevoid.de 70 i-GTK 2.10.9+ versions contain a broken Err codevoid.de 70 i-.BR Save\-As Err codevoid.de 70 i-file dialog implementation, Err codevoid.de 70 i-which requests to reconfigure its window size in an endless loop. However, its Err codevoid.de 70 i-window is still respondable during this state, so you can simply ignore the flicker Err codevoid.de 70 i-until a new GTK version appears, which will fix this bug, approximately Err codevoid.de 70 i-GTK 2.10.12+ versions. Err codevoid.de 70 i+.SH BUGS Err codevoid.de 70 i+Send all bug reports with a patch to hackers@suckless.org. Err codevoid.de 70 .