From 58f47e74408eba28c0663326d10dee201fcee3d3 Mon Sep 17 00:00:00 2001 From: LGUG2Z Date: Tue, 13 Feb 2024 12:50:23 -0800 Subject: [PATCH] docs(whkd): target older ps ver with whkdrc sample --- whkdrc.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whkdrc.sample b/whkdrc.sample index 810cf249..77c6eac7 100644 --- a/whkdrc.sample +++ b/whkdrc.sample @@ -2,7 +2,7 @@ # Reload whkd configuration # alt + o : taskkill /f /im whkd.exe && start /b whkd # if shell is cmd -alt + o : taskkill /f /im whkd.exe && Start-Process whkd -WindowStyle hidden # if shell is pwsh / powershell +alt + o : taskkill /f /im whkd.exe; Start-Process whkd -WindowStyle hidden # if shell is pwsh / powershell alt + shift + o : komorebic reload-configuration # App shortcuts - these require shell to be pwsh / powershell