I'm currently doing it via AutoHotkey by disabling
Code: Select all
WS_Caption := 0x00C00000 and WS_SizeBox:= 0x00040000
This would look something like this (I've shrinked the window for the purposes of this illustration): Note that there is no title bar and the mouse cursor doesn't change shape at the window border (and when the no menu bar feature gets implemented, Everything will become even better
And this is the regular view for comparison
A bit of background: I'm never using the default Window controls as there are way more convenient ways to:
- resize: instead of trying to precision-target the little right window border to make the window wider I just WinRMB in the general right area of the window and then move my mouse left/right to change the window's width (thanks, AltDrag)
- move: Win+Mouse (though, tbh, I don't ever need to resize or move Everything, it just stays in the same place with the same window size)
- minimize/maximize: use mouse gestures, e.g. RMB↑ to maximize (thanks, StrokesPlus)
- close: any convenient keyboard shortcut, e.g. CtrlQ or simply Esc or simply open the folder and it auto-closes