From f89224c5d48ba17076ad0e0e405e85fede6aa80f Mon Sep 17 00:00:00 2001 From: Alex Rumak Date: Sun, 16 Apr 2023 14:38:53 -0400 Subject: [PATCH] Fix default whkd configuration file The whkd process does not start with an s - unless something is wrong or buggy on my computer, it is just "whkd.exe" and so it should be that in this file as well. --- whkdrc.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/whkdrc.sample b/whkdrc.sample index 90665794..fd3aff8e 100644 --- a/whkdrc.sample +++ b/whkdrc.sample @@ -1,8 +1,8 @@ .shell powershell # reload swhkd configuration -# alt + o : taskkill /f /im swhkd.exe && start /b swhkd # if shell is cmd -alt + o : taskkill /f /im swhkd.exe && Start-Process swhkd -WindowStyle hidden # if shell is pwsh / powershell +# 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 + shift + o : komorebic reload-configuration # app shortcuts - these require shell to be pwsh / powershell