Skip to content

Commit

Permalink
Documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
tarao committed Sep 18, 2010
1 parent 5bd3a5c commit c17e4a3
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
= windows-mmtools

mmtools are trivial hacks useful in multi-monitor environments on Windows.

== mminfo

Shows information of the multi-monitor environment.

=== Usage

ruby mminfo.rb --help

== mmwnd

Manages windows in the multi-monitor environment.

=== Features

- Prevents windows from moving out of / popping up outside the working area of the desktop. This is useful when your multi-monitor environment has a non-rectangular desktop.
- Supports both win32 and x64 platforms.

=== Usage

Run <tt>mmwnd.exe</tt> for 32 bit Windows or <tt>mmwnd64.exe</tt> for x64.

=== Binary distribution

http:https://up.orezdnu.org/release/mmwnd.zip
15 changes: 15 additions & 0 deletions mmwnd/README.ja.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
●使い方

・mmwnd.exe(32ビット環境用)またはmmwnd64.exe(64ビット環境用)を実行
・アプリケーションと同アイコンのタスクトレイアイコンを右クリック→exitで終了

●できること

・デスクトップからウィンドウがはみ出すのを防止
・マルチモニタ環境でも動作

●注意点

・mmwnd.exeは32ビットアプリケーションのウィンドウに対してのみ有効
・mmwnd64.exeは64ビットアプリケーションのウィンドウに対してのみ有効
・タスクトレイアイコンを右クリック→show tray iconでアイコンを消してしまったのを元に戻すにはmmwnd.ini/mmwnd64.iniを消して再起動

0 comments on commit c17e4a3

Please sign in to comment.