From 8c60b27cd33b53dfa242b94c00de39d36e3c405f Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 30 Jul 2023 02:46:40 +0300 Subject: [PATCH] startup + todo fix treesitter --- config/dwm/config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index dda4376d..04d1dec8 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -34,6 +34,7 @@ static const char *const autostart[] = { "keepassxc", NULL, "flameshot", NULL, "discord", NULL, + "transmission-gtk", "-m", NULL, NULL /* terminate */ };