diff options
-rw-r--r-- | AutoHotkey/hotkeys.ahk | 3 | ||||
-rw-r--r-- | wsl/.wslconfig | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/AutoHotkey/hotkeys.ahk b/AutoHotkey/hotkeys.ahk index d8d17c7..ab8fc12 100644 --- a/AutoHotkey/hotkeys.ahk +++ b/AutoHotkey/hotkeys.ahk @@ -30,9 +30,6 @@ DetectHiddenWindows true WinActivate("ahk_exe WindowsTerminal.exe")
}
}
-
-;Launcher
-#s::SendEvent("!s")
;WSL
#w::
{
diff --git a/wsl/.wslconfig b/wsl/.wslconfig index eba3e68..21f3651 100644 --- a/wsl/.wslconfig +++ b/wsl/.wslconfig @@ -1,3 +1,5 @@ [wsl2]
vmIdleTimeout=-1
-guiApplications = true
+guiApplications=true
+nestedVirtualization=false
+debugConsole=false
|