David Bjergaard writes:
> Hi Eric,
>
> Can you try the attached patch and let me know if it fixes it?
>
> Cheers,
>
> Dave
Yes, that does solve it (though obviously the frame on the new head goes
back to being mis-sized).
Do you still want a note on the wiki?
E
> diff --git a/head.lisp b
Hi Eric,
Can you try the attached patch and let me know if it fixes it?
Cheers,
Dave
diff --git a/head.lisp b/head.lisp
index 01b2dc4..c9fd50a 100644
--- a/head.lisp
+++ b/head.lisp
@@ -115,9 +115,7 @@
(defun add-head (screen head)
(dformat 1 "Adding head #~D~%" (head-number he
Hi Eric,
I'll look into this when I get time. That pull request was one of the
more opaque ones that I merged, so it'll take me some time to figure out
what its trying to address and what issue's its overlooked.
Eric, in the mean time, could you document this on the wiki with the
workaround bein
David Bjergaard writes:
> I've had unexpected problems with stumpwm handling extra screens too, I
> just assumed it was happening elsewhere. I'll look into this. In the
> mean time, (if you have time) you could try reverting that code to what
> it was before the pull request and report your resu
I've had unexpected problems with stumpwm handling extra screens too, I
just assumed it was happening elsewhere. I'll look into this. In the
mean time, (if you have time) you could try reverting that code to what
it was before the pull request and report your results (just to make
sure it was intr
Since the changes in f168e3b7116c106ded81343f07ebd29bc784f2a0 (I can
only assume that's it), stump crashes when I add an extra screen. I'm
using stump on X with no DE, and adding the screen with this script,
bound to a keypress:
#!/bin/sh
xrandr --output LVDS1 --mode 1280x800 --pos 1440x100 --rota
Exciting to see progress after such a long period of stagnation!
-Shawn
___
Stumpwm-devel mailing list
Stumpwm-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/stumpwm-devel
Awesome work ! Thank you for doing this.
On Sat, Feb 22, 2014 at 4:34 PM, David Bjergaard wrote:
> Hi All,
>
> After a few weeks of bugfixes and testing, 0.9.8 is ready for use! You
> can get it here: https://github.com/sabetts/stumpwm/archive/0.9.8.tar.gz
>
> A special thanks to everyone wh