summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2015-03-02 10:18:32 +0100
committergebele <gebele@in-silico.ch>2015-03-02 10:18:32 +0100
commitc53a540605275d9cd619ac02e3bdc3c920c0b98d (patch)
treebf83aa4344901a794643d4bf986849c178a05259
parenta2b123f93d9b40ade080ddcbc39e9e83109c3ede (diff)
parent5013fe1d3d83f3f08b7804a9d33a4818e8579b8c (diff)
Merge branch 'master' of github.com:/opentox/opentox.github.com
-rw-r--r--_posts/2012-05-18-improved-ubuntu-terminal.md46
1 files changed, 46 insertions, 0 deletions
diff --git a/_posts/2012-05-18-improved-ubuntu-terminal.md b/_posts/2012-05-18-improved-ubuntu-terminal.md
index 7df5bc4..4388ce8 100644
--- a/_posts/2012-05-18-improved-ubuntu-terminal.md
+++ b/_posts/2012-05-18-improved-ubuntu-terminal.md
@@ -302,3 +302,49 @@ This copies
- **irb** (ruby interactive) configuration file: Command completion, history.
to your home directory (backups of existing files are created). Just log out and log in again to let the changes take effect.
+
+
+<p></p>
+---
+<p></p>
+
+
+# Cygwin support
+
+You have to use the [cygwinports repository](https://sourceware.org/cygwinports).
+Terminator is only included there.
+
+I also installed [Ubuntu fonts](http://font.ubuntu.com) to get a decent console (see config below).
+
+To get it to work on Windows, you need
+
+ 1. cygwin
+ 2. an X server
+
+Then try `DISPLAY=:0 dbus-launch terminator` in a cygwin shell.
+
+Here is a corresponding config:
+
+
+ [global_config]
+ dbus = True
+ window_state = maximized
+ handle_size = 1
+ [keybindings]
+ [profiles]
+ [[default]]
+ use_system_font = False
+ font = Ubuntu Mono 10
+ background_color = "#300a24"
+ scrollbar_position = hidden
+ antialias = False
+ [layouts]
+ [[default]]
+ [[[child1]]]
+ type = Terminal
+ parent = window0
+ [[[window0]]]
+ type = Window
+ parent = ""
+ [plugins]
+