Skip to content

Instantly share code, notes, and snippets.

@thedewi
Last active October 26, 2018 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thedewi/7852e86fdc29a057da3d6a51cc72e414 to your computer and use it in GitHub Desktop.
Save thedewi/7852e86fdc29a057da3d6a51cc72e414 to your computer and use it in GitHub Desktop.
mintty ssh custom taskbar icon
@echo off
rem Note each AppID is difficult to update once used. Bump the number when you change it. See also - https://mintty.github.io/mintty.1.html
"C:\Program Files\Git\usr\bin\mintty" -o AppID=hostname.1 -o AppName=hostname -o AppLaunchCmd="\"C:\Program Files\Git\usr\bin\mintty\" /usr/bin/bash -lic \"ssh -A dewi@hostname.domain.net\"" -i c:\lug\apps\windows-tools\home.ico --store-taskbar-properties /usr/bin/bash -lic "ssh -A dewi@hostname.domain.net"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment