iamsergio / flow-pomodoro

A pomodoro app that blocks distractions while you work
https://github.com/iamsergio/flow-pomodoro
GNU General Public License v2.0
72 stars 11 forks source link

Window location issue in Windows 8.1 #5

Closed flowlikeh2o closed 8 years ago

flowlikeh2o commented 9 years ago

I assume WM defined should allow me to move the window but unfortunately I am unable to drag the window at all. The preset options all invariably block something important, so while this is an amazing program the inability to move the window to a location that doesn't impede function is making it difficult to use right now.

Thanks.

iamsergio commented 9 years ago

WM defined means flow doesn't set a position, it's your WM that sets a position. Windows doesn not allow you to move frameless-windows, it's a Windows specific behaviour. Here's a workaround:

Choose "Last Position", in the combo-box. Quit flow. Open regedit Go to HKEY_CURRENT_USER\Software\KDAB\flow-pomodoro Edit windowLastPositionX and windowLastPositionY, and choose the position you want

flowlikeh2o commented 9 years ago

Thank you for the workaround. This works perfectly for now.


From: Sergio Martins notifications@github.com Sent: Saturday, May 16, 2015 6:14 PM To: iamsergio/flow-pomodoro Cc: Benjamin Wolf Subject: Re: [flow-pomodoro] Window location issue in Windows 8.1 (#5)

WM defined means flow doesn't set a position, it's your WM that sets a position. Windows doesn not allow you to move frameless-windows, it's a Windows specific behaviour. Here's a workaround:

Choose "Last Position", in the combo-box. Quit flow. Open regedit Go to HKEY_CURRENT_USER\Software\KDAB\flow-pomodoro Edit windowLastPositionX and windowLastPositionY, and choose the position you want

Reply to this email directly or view it on GitHubhttps://github.com/iamsergio/flow-pomodoro/issues/5#issuecomment-102710456.