mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
wibble
This commit is contained in:
parent
bea5592b85
commit
601724b086
2
Main.hs
2
Main.hs
@ -96,7 +96,7 @@ handle (KeyEvent {event_type = t, state = mod, keycode = code})
|
|||||||
handle e@(ConfigureRequestEvent {}) = do
|
handle e@(ConfigureRequestEvent {}) = do
|
||||||
dpy <- gets display
|
dpy <- gets display
|
||||||
io $ configureWindow dpy (window e) (value_mask e) $
|
io $ configureWindow dpy (window e) (value_mask e) $
|
||||||
WindowChanges
|
WindowChanges
|
||||||
{ wcX = x e
|
{ wcX = x e
|
||||||
, wcY = y e
|
, wcY = y e
|
||||||
, wcWidth = width e
|
, wcWidth = width e
|
||||||
|
Loading…
x
Reference in New Issue
Block a user