Mintty: Difference between revisions

From wikinotes
No edit summary
No edit summary
 
Line 3: Line 3:


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