Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jannispl opened this issue Feb 27, 2024 · 5 comments
Closed

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

jannispl opened this issue Feb 27, 2024 · 5 comments

Comments

@jannispl
Copy link

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

@kangyu-california
Copy link
Owner

kangyu-california commented Feb 27, 2024

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

@jannispl
Copy link
Author

@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?

@kangyu-california
Copy link
Owner

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

@kangyu-california
Copy link
Owner

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

@jannispl
Copy link
Author

jannispl commented Mar 4, 2024

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

Working as expected!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants