From 810e1d985d228e566be8089c9d885a29bd5ba6f5 Mon Sep 17 00:00:00 2001 From: Andrew Varnavsky <39239738+Andrey0189@users.noreply.github.com> Date: Tue, 18 Oct 2022 19:34:35 +0300 Subject: [PATCH] Update startdwm --- scripts/startdwm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/startdwm b/scripts/startdwm index 56f6405..731c673 100644 --- a/scripts/startdwm +++ b/scripts/startdwm @@ -13,7 +13,7 @@ done & # relaunch DWM while true; do # Log stderror to a file - ~/.local/bin/dwm 2> ~/.dwm.log + dwm 2> ~/.dwm.log # No error logging #dwm >/dev/null 2>&1 done