From d4f1549ad0eca4e96a31ac2ddfa07449b69f478a Mon Sep 17 00:00:00 2001 From: Ting Zhou Date: Thu, 5 Sep 2024 15:02:25 -0700 Subject: [PATCH] wm/aerospace: reload config --- wm/aerospace/_init | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wm/aerospace/_init b/wm/aerospace/_init index b617e9a..06eb064 100755 --- a/wm/aerospace/_init +++ b/wm/aerospace/_init @@ -25,6 +25,8 @@ install() { link() { mklink $DOTTY_CONFIG_HOME/wm/aerospace/config/* $XDG_CONFIG_HOME/ + _is_callable aerospace && aerospace reload-config + } clean() {