From 104f1da369e0f0f9adb77b2328df2b049823661a Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Tue, 31 Jan 2023 07:01:26 +0000 Subject: [PATCH] Update file run_onchange_after_99-restart-gnome.tmpl --- .../universal/run_onchange_after_99-restart-gnome.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/.chezmoiscripts/universal/run_onchange_after_99-restart-gnome.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_99-restart-gnome.tmpl index ee0fece8..b9d6c8b2 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_99-restart-gnome.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_99-restart-gnome.tmpl @@ -6,6 +6,8 @@ if command -v gnome-shell > /dev/null; then logg info 'Manually reload `gnome-shell`' # logg info 'Reloading `gnome-shell`' # killall -3 gnome-shell + # Disabled because it causes the terminal window with the logs to close + # If you don't mind this, you can enable (logs are still stored at "${XDG_DATA_HOME:-$HOME/.local/share}/megabyte-labs/betelgeuse.$(date +%s).log") fi {{ end -}}