Replies: 10 comments 29 replies
-
Working well so far with https://github.com/alacritty/alacritty/releases/tag/v0.13.1 Super excited for the direction this is going! Thanks @flyingpie! |
Beta Was this translation helpful? Give feedback.
-
New release available, added tray icon, auto-hide, reduced flickering on some apps, and lots of invisible stuff. |
Beta Was this translation helpful? Give feedback.
-
We have a prerelease on WinGet now:
The biggest thing missing is an icon in the start menu or something, but small steps! |
Beta Was this translation helpful? Give feedback.
-
Prerelease 5 available: This includes initial support for auto-starting apps, which can be done in several ways (see release notes). |
Beta Was this translation helpful? Give feedback.
-
Am I correct that the window size is not configurable yet as of the current state of the reworked v2? It's been the only thing missing for me to consider it working perfectly. Either way, thank you so much for the great work, man! ❤️ |
Beta Was this translation helpful? Give feedback.
-
Great tool!
|
Beta Was this translation helpful? Give feedback.
-
@PiAlma Thank you for your feedback, I really appreciate it! :)
TL;DR: List the keys with a comma in between, like: {
"HotKeys": [
{ "Modifiers": "Control,Shift", "Key": "W" }
]
}
|
Beta Was this translation helpful? Give feedback.
-
I'm not sure what I've done wrong, but I don't believe wtq is working for me at all. If I'm running the Terminal and try and run wtq it just goes back to an empty prompt, and nothing happens. I've attempted installing via winget, winget prerelase, and scoop but still it doesn't do anything. If I run it via the Run Dialog it starts as a background process and just keeps opening new Terminal Windows (none of which are docked). Hoping someone can help. |
Beta Was this translation helpful? Give feedback.
-
Is there a way to make transparent every window transparent not only quake? |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm loving wtq! I've been trying to get it to work properly with Whatsapp Desktop, but when Whatsapp is in it's 'passive' mode, there's always a white canvas covering the screen. Is this an issue other apps have too? And if so, is there a workaround? Thanks for your work! |
Beta Was this translation helpful? Give feedback.
-
Introduction
The next major version of Windows-Terminal-Quake, with support for multiple apps simultaneously, including terminals other than Windows Terminal, and apps that are not terminals at all.
Example, with:
Ctrl + 1: Windows Terminal
Ctrl + 2: Q-Dir
Ctrl + 3: Process Hacker
Ctrl + 4: Spotify
Ctrl + Q: Most recent app
5ICdmaAYuz.mp4
Current Releases
Portable downloads:
https://github.com/flyingpie/windows-terminal-quake/releases/tag/v2.0.0-pre3
Scoop:
TODO
WinGet:
Plan
The current structure of WTQ (v1.x) has been built entirely on the presumption that there is only ever 1 instance of Windows Terminal. That makes it quite hard to add the ability to handle multiple applications, at the same time.
So I've started on a new application base that is more suited for this expansion, and will add the existing v1 functionality as I go. The new setup can be found under the v2 branch.
Builds
An early build can be downloaded from the releases page.
Note that this build is missing most of the functionality of v1. The initial focus is around converting the app into one that can handle quake-style drop-down on multiple apps, that may or may not be terminal emulators.
Configuration
Although v2 will be backwards compatible with v1 configuration files in the future, it is not yet.
Excerpt from the configuration file that is used with the video above (windows-terminal-quake.jsonc, included in the build):
Current Issues (non-exhaustive)
Missing stuff
V2 is currently missing lots of stuff from v1, while the new basic structure is being put in place to allow for multi-app support.
No auto-start yet
Quake'd applications are currently not started by WTQ v2, they need to be started manually. They can however be exited and re-started, without WTQ needing to restart.
Big boi
The build size (at ~160MB) is ridiculous. I'd like to explore self-contained aot+trimmed CoreCLR builds, but that does require getting rid of the Windows Forms dependency. Said dependency is used for the tray icon and the global hot key functionality.
No tray icon yet(added in pre2)The current build pops a command prompt, it doesn't drop to the tray yet. I'd like to investigate a different method than v1 used, since that relies on .Net WinForms.
Future Stuff
Beta Was this translation helpful? Give feedback.
All reactions