kangyu-california / PersistentWindows

fork of http://www.ninjacrab.com/persistent-windows/ with windows 10 update

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hiding windows-quake-terminal creates new tray icon every time

jannispl opened this issue · comments

It seems that there is some weird behavior when running PersistentWindows along with windows-quake-terminal (version 1.6)

Whenever I use the provided hotkey (ctrl+`) to hide the quake terminal, a new tray icon appears in my notification area:

307791656-df128b0f-8f7f-41f4-a6a7-99565c1ed35d

Taskbar settings reveal that it comes from PersistentWindows:

grafik

Also reported with windows-quake-terminal here: flyingpie/windows-terminal-quake#121

Ctrl + ` causes Terminal window to minimize, which in turn triggers PW to receive Ctrl + window minimization event combination, which is interpreted as hide the window icon to System tray (a new PW feature since 5.5x)

The workaround is to reconfigure the hot key to something like Alt + `
image

@kangyu-california I don't really want to change my hotkeys as that would cause conflicts in other apps I use. Is there a way to disable the "hide to system tray" feature?

In the next release I will add a new command option to allow user to reconfigure the hotkey (among Ctrl, Alt or Shift).

Try PersistentWindows5.52_patch289300.zip with new command option
-ctrl_minimize_to_tray=0

Try PersistentWindows5.52_patch289300.zip with new command option -ctrl_minimize_to_tray=0

Working as expected!