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