From 3782ffbaf462ceb29cc4f7bd76196d5d881adaf6 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 17 Nov 2020 13:19:13 +0100 Subject: Removed bloat --- config.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 9da1745..b257e45 100644 --- a/config.h +++ b/config.h @@ -19,12 +19,6 @@ static const char *colors[][3] = { [SchemeSel] = { col_gray4, col_cyan, col_cyan }, }; -static const char *const autostart[] = { - "/home/jozan/.config/dwm/dwmrc", NULL, - "/usr/local/bin/notify-send", "-u", "normal", "Welcome", "\uf30c Welcome back, partner!", NULL, - NULL /* terminate */ -}; - /* tagging */ static const char *tags[] = { "0", "1", "2", "3", "4", "5", "6", "7" }; -- cgit v1.2.3