

InterviewSolution
Saved Bookmarks
1. |
Solve : Snap for just Firefox? |
Answer» <html><body><p>I really like the feature of Snap where if you drag down the title bar of a maximized Firefox window, the window <a href="https://interviewquestions.tuteehub.com/tag/halves-1015141" style="font-weight:bold;" target="_blank" title="Click to know more about HALVES">HALVES</a> in size. However the auto-maximizing of smaller windows I find a real nuisance. Is there a way to have the feature that I like, without having to <a href="https://interviewquestions.tuteehub.com/tag/suffer-1233525" style="font-weight:bold;" target="_blank" title="Click to know more about SUFFER">SUFFER</a> the irritation of the other ? I thought maybe a SNAP confined to a program of choice - like you can do with 'Always on top'. Does anyone know ? I run Win10 32bit v1803 on a PCI can leave SNAP disabled to avoid unwanted resizing, and resize Firefox by means of Win-Up and Win-Down hotkeys.The options that are provided within Windows itself are somewhat limited, but the internal settings, which are stored in the <a href="https://interviewquestions.tuteehub.com/tag/registry-1182422" style="font-weight:bold;" target="_blank" title="Click to know more about REGISTRY">REGISTRY</a>, might provide the additional granularity you want.<br/><br/> Code: <a>[Select]</a>HKEY_CURRENT_USER\Control Panel\Desktop has a "DockMoving" value which as I understand it corresponds to the feature where moving a window to the left, right, or top of a screen will attempt to dock to either side, or maximize when dragged to the top. If you change this value to zero, you <a href="https://interviewquestions.tuteehub.com/tag/may-557248" style="font-weight:bold;" target="_blank" title="Click to know more about MAY">MAY</a> be able to have it so you can drag maximized windows and have them auto-restore, without having them maximize if you drag windows to the top.<br/><br/>There are no program-specific settings as far as I can find.</p></body></html> | |