aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-17 13:19:13 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-17 13:19:13 +0100
commit3782ffbaf462ceb29cc4f7bd76196d5d881adaf6 (patch)
tree600db8fc7f52439e3449f312ad4297ebfd0a8fd1 /config.h
parentAdded switchtotag patch (diff)
downloaddwm-3782ffbaf462ceb29cc4f7bd76196d5d881adaf6.tar.gz
dwm-3782ffbaf462ceb29cc4f7bd76196d5d881adaf6.tar.bz2
dwm-3782ffbaf462ceb29cc4f7bd76196d5d881adaf6.tar.xz
dwm-3782ffbaf462ceb29cc4f7bd76196d5d881adaf6.tar.zst
dwm-3782ffbaf462ceb29cc4f7bd76196d5d881adaf6.zip
Removed bloat
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 0 insertions, 6 deletions
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" };