LoginSignup
4
4

More than 5 years have passed since last update.

mintty をWindowsのタスクバーにグループ化する方法

Last updated at Posted at 2014-09-17

minttyをWindowsのタスクバーにピン留めして、-i とかオプションを指定して起動すると別のアイコンがタスクバーに追加されて、複数起動するとそっちでグループ化されていた。
これを解消する方法がman minttyに記述されていた。

1) ~/.minttyrc に以下を追記

AppID=mintty

minttyは何でもよい

2) https://code.google.com/archive/p/win7appid/ からダウンロードしたWin7AppId1.1.exeを実行(2014-09-17時点で1.1)
https://github.com/mintty/utils にもある

$ ./Win7AppId1.1.exe "C:/Users/xxx/AppData/Roaming/Microsoft/Internet Explorer/Quick Launch/User Pinned/TaskBar/Terminal.lnk" mintty

minttyは.minttyrcのAppIDで指定した文字列を指定する。

これで、ショートカットにAppIDが設定されて?タスクバーのピン留めされたアイコンが起動中を示す状態になる。

追記(2018-09-20)

以下が参考になる

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4