Mintty: Difference between revisions

From wikinotes
(Created page with "mintty is a terminal emulator for windows that works with unix-like shells.<br> It is often used with cygwin and msys. It does not require that a xorg server is running.")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
mintty is a terminal emulator for windows that works with unix-like shells.<br>
mintty is a terminal emulator for windows that works with unix-like shells.<br>
It is often used with [[cygwin]] and [[msys]].
It is often used with [[cygwin]] and [[msys2]].


It does not require that a [[xorg]] server is running.
It does not require that a [[xorg]] server is running.
= Locations =
<blockquote>
{| class="wikitable"
|-
| <code>~/.minttyrc</code> || config
|-
|}
</blockquote><!-- Locations -->
= Configuration =
<blockquote>
<syntaxhighlight lang="dosini">
# ~/.minttyrc
Font=Droid Sans Mono
Transparency=low
</syntaxhighlight>
</blockquote><!-- Configuration -->

Latest revision as of 01:39, 2 July 2022

mintty is a terminal emulator for windows that works with unix-like shells.
It is often used with cygwin and msys2.

It does not require that a xorg server is running.

Locations

~/.minttyrc config

Configuration

# ~/.minttyrc
Font=Droid Sans Mono
Transparency=low