aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-12 18:10:28 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-12 18:10:28 +0100
commitd42e75c2a1c25efdcfb3058e55b6ad080b331717 (patch)
tree1279abbd6176163195e154263f5ed2e98fe66785
parentAdded sizehints patch (diff)
downloaddwm-d42e75c2a1c25efdcfb3058e55b6ad080b331717.tar.gz
dwm-d42e75c2a1c25efdcfb3058e55b6ad080b331717.tar.bz2
dwm-d42e75c2a1c25efdcfb3058e55b6ad080b331717.tar.xz
dwm-d42e75c2a1c25efdcfb3058e55b6ad080b331717.tar.zst
dwm-d42e75c2a1c25efdcfb3058e55b6ad080b331717.zip
Update
-rw-r--r--config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.h b/config.h
index 6e95064..fcf9e14 100644
--- a/config.h
+++ b/config.h
@@ -22,7 +22,6 @@ static const char *colors[][3] = {
static const char *const autostart[] = {
"/home/jozan/.config/dwm/dwmrc", NULL,
"/usr/local/bin/notify-send", "-u", "normal", "\uf30c", "Welcome back, partner!", NULL,
- "/usr/local/bin/espeak", "Welcome back, partner!", NULL,
NULL /* terminate */
};