[xmonad] Issue 375 in xmonad: keysResizeWindow doesn't always work

codesite-noreply at google.com codesite-noreply at google.com
Sat Feb 20 15:07:29 EST 2010


Status: New
Owner: ----

New issue 375 by wei.hoo: keysResizeWindow doesn't always work
http://code.google.com/p/xmonad/issues/detail?id=375

It seems that scaling a window down always work, but scaling up often
fails. Here's my relevant keybinding:
        , ("M-<KP_Left>", withFocused (keysResizeWindow (-10, 0) (1%2,
1%2)))
        , ("M-<KP_Right>", withFocused (keysResizeWindow (10, 0) (1%2,
1%2)))
        , ("M-<KP_Up>", withFocused (keysResizeWindow (0, 10) (1%2,
1%2)))
        , ("M-<KP_Down>", withFocused (keysResizeWindow (0, -10) (1%2,
1%2)))

I tested the operations on Google Chrome, Emacs, and urxvt:
All four work on Chrome.
M-U and M-R fail on urxvt; M-L and M-D work.
M-U fail on Emacs; others work.

What version of the product are you using? On what operating system?
Darcs. Arch.

Are you using an xmonad.hs?  Please attach it and the output of
"xmonad
--recompile".

Please provide any additional information below.


Attachments:
	xmonad.hs  9.1 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the xmonad mailing list