diff --git a/status-bar/sb-fcitx5-toggle b/status-bar/sb-fcitx5-toggle index f1f74bd..29cfeca 100755 --- a/status-bar/sb-fcitx5-toggle +++ b/status-bar/sb-fcitx5-toggle @@ -36,7 +36,8 @@ PID can be a string or a number." (cfg-dir (current-eww-config-dir))) (when cfg-dir (setq args (nconc (list "-c" cfg-dir) args))) - (apply 'call-process "eww" nil 0 nil args))) + (ignore-errors + (apply 'call-process "eww" nil 0 nil args)))) (defun update-waybar () (call-process "pkill" nil 0 nil "-RTMIN+1" "waybar"))