xorg62 / wmfs

Window Manager From Scratch, Minimal manual tiling window manager.
http://wmfs.info
Other
189 stars 28 forks source link

border display error when use client_resize_top #85

Closed badele closed 11 years ago

badele commented 11 years ago

If i use the function client_resize_top with key shortcut, the resize top border not work correctly. The behavior is as follows:

1st call = show border resize 2nd call = resize + 20 (absolution position for my explication) 3th call = return to initial border postion 4th call = resize + 40 (absolution position for my explication) 5th call = return to initial border postion 6th call = resize + 60 (absolution position for my explication) 7th call = return to initial border postion 8th call = resize + 20*x calls

Sorry can't put the screenshot :)

badele commented 11 years ago

I think you can close this issue, i have found the problem, two bindkey create a conflit ! :)