From a636a14809e0642cef4607e10fa80c182449d46e Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Wed, 14 Sep 2022 22:29:25 -0600 Subject: [PATCH] komorebi: wezterm -> wezterm-gui --- windows/komorebi.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/komorebi.ahk b/windows/komorebi.ahk index 9e80b35..dc73168 100644 --- a/windows/komorebi.ahk +++ b/windows/komorebi.ahk @@ -181,7 +181,7 @@ return return #Enter:: - Run, wezterm start + Run, wezterm-gui start return ; There are many more commands that you can bind to whatever keys combinations you want!