Skip to content

Commit 84a4100

Browse files
committed
[Win32] Updated dev settings to not include Task Manager (due to lack of permissions unless WTQ runs as admin)
1 parent fe347ca commit 84a4100

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

src/30-Host/Wtq.Host.Windows/wtq.jsonc

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,22 @@
11
{
2-
// Docs: https://wtq.flyingpie.nl
32
"$schema": "wtq.schema.json",
43

54
"Apps": [
6-
// PowerShell
5+
6+
// Windows Terminal
77
{
8-
"Name": "PowerShell",
8+
"Name": "Windows Terminal",
99
"Hotkeys": [{ "Modifiers": "Control", "KeyChar": "1" }],
10-
"FileName": "pwsh"
10+
"FileName": "wt",
11+
"ProcessName": "^WindowsTerminal$"
1112
},
1213

13-
// Windows Terminal
14-
//{
15-
// "Name": "Terminal",
16-
// "Hotkeys": [{ "Modifiers": "Control", "KeyChar": "1" }],
17-
// "FileName": "wt",
18-
// "ProcessName": "^WindowsTerminal$"
19-
//}
20-
2114
// Explorer
2215
{
2316
"Name": "Explorer",
2417
"Hotkeys": [{ "Modifiers": "Control", "KeyChar": "2" }, { "Modifiers": "Control,Alt", "KeyChar": "ArrowUp" }],
2518
"FileName": "explorer",
2619
"WindowClass": "^CabinetWClass$"
27-
},
28-
29-
// Task Manager
30-
{
31-
"Name": "Task Manager",
32-
"Hotkeys": [{ "Modifiers": "Control", "KeyChar": "3" }, { "Modifiers": "Control,Alt", "KeyChar": "ArrowDown" }],
33-
"FileName": "taskmgr"
3420
}
3521
],
3622

0 commit comments

Comments
 (0)