jcjordyn140 / mintty

Automatically exported from code.google.com/p/mintty
GNU General Public License v3.0
0 stars 0 forks source link

Add option to remove the title bar #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This would take the minimalist approach to the extreme by leaving only the
terminal screen and the window border. Alternative ways to move or close
the window would be needed though.

Original issue reported on code.google.com by andy.koppe on 30 Dec 2008 at 11:54

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 31 Dec 2008 at 7:51

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 4 Jan 2009 at 7:30

GoogleCodeExporter commented 9 years ago
Decided not to implement this after all. It looked nice enough when trying it, 
but
it's just not worth the usability problems of not being able to easily move,
minimize, or close the window.

Original comment by andy.koppe on 23 Mar 2009 at 9:34

GoogleCodeExporter commented 9 years ago
Here's an idea for making this usable: hide the titlebar unless the mouse is 
moving
in the window, as previously seen in Windows Media Player.

Original comment by andy.koppe on 16 Apr 2009 at 3:19

GoogleCodeExporter commented 9 years ago
Not quite as straightforward as it first seemed, because the window needs to be
repositioned to account for the missing titlebar.

Original comment by andy.koppe on 26 Apr 2009 at 11:18

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 7 Jun 2009 at 7:45

GoogleCodeExporter commented 9 years ago
another option is to not care about the move/resize/minimize stuff.. some 
people just 
throw up terminals on a desktop and never move/resize/minimize them. i 
personally have 
a grid of terminals that I'd rather do without borders/titles on.

Original comment by dannydu...@gmail.com on 18 Jan 2010 at 8:43

GoogleCodeExporter commented 9 years ago
You may not care about that stuff, but others would, and I can do without the
resulting complaints. And anyway, I'd expect you can remove the window 
furniture with
with AutoHotKey.

Original comment by andy.koppe on 21 Jan 2010 at 4:38

GoogleCodeExporter commented 9 years ago
Alt-Space triggers the menu for move/resize/minimize. Hooking Alt-Space for 
this purpose is worth imho.

Original comment by reini.urban on 11 May 2010 at 10:41

GoogleCodeExporter commented 9 years ago
Alt-Space is a standard Windows shortcut, and there already is an option to 
have it
sent to the application instead, because some apps do use it. I still think 
automatic
hiding and showing of the titlebar depending on mouse and keyboard activity is 
the
best way to go here, with a default-off option for enabling it. Just need to get
round to it ...

Original comment by andy.koppe on 12 May 2010 at 11:35

GoogleCodeExporter commented 9 years ago
Would give anything for the ability to hide the title bar/a "borderless" mode. 
Can easily enough move and resize windows within Windows, a title bar isn't a 
necessity. As for people who would be upset at not being able to easily move 
the window, I can only imagine that the types who would run mintty in such a 
manner are already smart enough/already know how to accomplish moving/resizing 
windows. Right now that pesky title bar is the only thing keeping me from using 
mintty over console2 and conemu.

Original comment by nyth...@gmail.com on 5 Aug 2012 at 1:47

GoogleCodeExporter commented 9 years ago
It sounds like you have an implementation already. How about releasing it as an 
option so people that want it and can deal with the complications can use it?

Original comment by jonathanasdf@gmail.com on 23 Nov 2013 at 11:27

GoogleCodeExporter commented 9 years ago
I know this is an old issue, but it would be a really nice feature to have.

As a suggestion, how about just adding an option in the command line (such as 
"-b --borderless") and as a checkbox in the options menu (will still be 
accessible through right-click -> Options -> Window)? Alternatively, or in 
addition, Ctrl+Alt+F11 or Shift+Alt+F11 could be used as they don't do anything 
yet, and removing borders and the title bar is somewhat related to the full 
screen option of F11.

Original comment by curtmc...@gmail.com on 4 Mar 2014 at 2:46