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

Quake Mode - Always Available #10872

Closed
liamfoneill opened this issue Aug 4, 2021 · 8 comments
Closed

Quake Mode - Always Available #10872

liamfoneill opened this issue Aug 4, 2021 · 8 comments
Labels
Issue-Docs It's a documentation issue that really should be on MicrosoftDocs/Console-Docs Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@liamfoneill
Copy link

How can I configure Terminal so that I can launch quake mode no matter what? Currently the only way I can do it is by configuring Windows Terminal to run at startup and then I need to launch Quake mode once (this creates the little Windows Terminal sys tray icon). Once I have launched Quake Mode once I can then close Quake mode and the Windows terminal window that was created on startup and because the system tray icon persists Quake mode can then be launched anytime.

Surely, it isn't supposed to work like this? I just want the system tray icon to load at startup so I can launch quake mode anytime. I do not want an actual Windows Terminal window to be open when I boot windows - just the tray icon.

I am missing something here?

@liamfoneill liamfoneill added the Issue-Docs It's a documentation issue that really should be on MicrosoftDocs/Console-Docs label Aug 4, 2021
@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Aug 4, 2021
@zadjii-msft
Copy link
Member

Thanks for the suggestion! Right now you can't currently launch the "_quake" window automatically. We're tracking that over in #9996.

The closest you can get today is configuring "startOnUserLogin": true and setting up a plain old globalSummon keybinding instead of the quakeMode one. That'll summon the window that's launched automatically. But that obviously doesn't jive with

I do not want an actual Windows Terminal window to be open when I boot windows

Also make sure to read the FAQs.

/dup #9996

@ghost
Copy link

ghost commented Aug 4, 2021

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost ghost closed this as completed Aug 4, 2021
@ghost ghost added Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. and removed Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Aug 4, 2021
@Michaelvsk
Copy link

There is a pretty nice workaround to get it working until there is native support:

  1. Create a new shortcut inside %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup
  2. Set its target to %LOCALAPPDATA%\Microsoft\WindowsApps\wt.exe -w _quake
  3. Set that the launched program should start minimized:
    image

@temporaryna
Copy link

There is a pretty nice workaround to get it working until there is native support:

  1. Create a new shortcut inside %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup
  2. Set its target to %LOCALAPPDATA%\Microsoft\WindowsApps\wt.exe -w _quake
  3. Set that the launched program should start minimized:
    image

when I use "minimized" the quake mode not opens, but after hotkey pressed, it appears as small window at the top left corner

@Michaelvsk
Copy link

@mMelnic
I noticed this behavior recently, too but depends on the screen size. Some code change must have caused it.
On my 5120x1440 screen at home I do only get the very small window at top left corner. At work, on a 2560x1440 screen it is working as expected.
I tried to delay the execution of the command by using Task Scheduler but that didn't fix it.
For now I switched back to open the quake console non-minimized. :(

@oameye
Copy link

oameye commented Jan 22, 2023

I had the same problem with the very small window at top left corner. What solved it for me is setting the target of the shortcut to %LOCALAPPDATA%\Microsoft\WindowsApps\wt.exe instead of %LOCALAPPDATA%\Microsoft\WindowsApps\wt.exe -w _quake. In that way it will open a terminal and quak mode, however, both are minimized.

@brad-jones
Copy link

Cool side effect this keeps my WSL instance running all day :)

@eggbean
Copy link

eggbean commented Jan 10, 2024

Nice thanks. I have got a command which will automate it for setup scripts. You need NirCmd in your %PATH%. I use scoop to install it.

nircmd shortcut "%LOCALAPPDATA%\Microsoft\WindowsApps\wt.exe" "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup" "Quake Terminal" "-w _quake" "%USERPROFILE%\winfiles\icons\app_icon
s\terminal.ico"

The last part is a path to the icon you want to use or just replace it with "" for a blank icon. You can also add "" min at the end if you want it to start minimised.

nircmd shortcut "%LOCALAPPDATA%\Microsoft\WindowsApps\wt.exe" "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup" "Quake Terminal" "-w _quake" "%USERPROFILE%\winfiles\icons\app_icon
s\terminal.ico" "" min

(those are single lines, but they are splitting for some reason)

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Docs It's a documentation issue that really should be on MicrosoftDocs/Console-Docs Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Projects
None yet
Development

No branches or pull requests

7 participants