Re: Bug#574065: Many things corrupt after mod-button1 and mod-button3

Hi xmonad list, another bug report that I need help with: Am Dienstag, den 16.03.2010, 05:31 +0300 schrieb sergio:
Package: libghc6-xmonad-contrib-dev Version: 0.9.1-1+b1 Severity: normal
After mod-button1 or mod-button3 with such sample config: import XMonad import XMonad.Layout.SimpleFloat import XMonad.Layout.BorderResize main = xmonad defaultConfig { layoutHook = borderResize simpleFloat } fails: 1) BorderResize will not resize anymore 2) simpleFloat title disappears 3) Other windows will not raise this window.
Greetings, Joachim -- Joachim "nomeata" Breitner Debian Developer nomeata@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C JID: nomeata@joachim-breitner.de | http://people.debian.org/~nomeata

Joachim,
Are `button1` and `button3` mouse buttons?
If so, and you're with the default config, you're putting the windows to float
and therefore, they not be in the tiling layout anymore, in your case
simpleFloat.
*mod-t* will set focused window to tile again.
Anyway, if these mouse bindingS are bothering you, you can unset them
or set to something else.
Regards,
Henrique G. Abreu
On Tue, Mar 16, 2010 at 07:15, Joachim Breitner
Hi xmonad list,
another bug report that I need help with:
Am Dienstag, den 16.03.2010, 05:31 +0300 schrieb sergio:
Package: libghc6-xmonad-contrib-dev Version: 0.9.1-1+b1 Severity: normal
After mod-button1 or mod-button3 with such sample config: import XMonad import XMonad.Layout.SimpleFloat import XMonad.Layout.BorderResize main = xmonad defaultConfig { layoutHook = borderResize simpleFloat } fails: 1) BorderResize will not resize anymore 2) simpleFloat title disappears 3) Other windows will not raise this window.
Greetings, Joachim
-- Joachim "nomeata" Breitner Debian Developer nomeata@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C JID: nomeata@joachim-breitner.de | http://people.debian.org/~nomeata
_______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad

Hi Sergio, Am Dienstag, den 16.03.2010, 09:17 -0300 schrieb Henrique G. Abreu:
Are `button1` and `button3` mouse buttons? If so, and you're with the default config, you're putting the windows to float and therefore, they not be in the tiling layout anymore, in your case simpleFloat.
*mod-t* will set focused window to tile again. Anyway, if these mouse bindingS are bothering you, you can unset them or set to something else.
does this solve your problem? Greetings, Joachim -- Joachim "nomeata" Breitner Debian Developer nomeata@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C JID: nomeata@joachim-breitner.de | http://people.debian.org/~nomeata

Hi Sergio, Am Dienstag, den 16.03.2010, 13:19 +0100 schrieb Joachim Breitner:
Hi Sergio,
Am Dienstag, den 16.03.2010, 09:17 -0300 schrieb Henrique G. Abreu:> Are `button1` and `button3` mouse buttons?
If so, and you're with the default config, you're putting the windows to float and therefore, they not be in the tiling layout anymore, in your case simpleFloat.
*mod-t* will set focused window to tile again. Anyway, if these mouse bindingS are bothering you, you can unset them or set to something else.
does this solve your problem?
so, can we close this bug or is there still a problem for you? Thanks, Joachim -- Joachim "nomeata" Breitner Debian Developer nomeata@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C JID: nomeata@joachim-breitner.de | http://people.debian.org/~nomeata
participants (2)
-
Henrique G. Abreu
-
Joachim Breitner