diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-17 13:19:13 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-17 13:19:13 +0100 |
commit | 3782ffbaf462ceb29cc4f7bd76196d5d881adaf6 (patch) | |
tree | 600db8fc7f52439e3449f312ad4297ebfd0a8fd1 /config.h | |
parent | Added switchtotag patch (diff) | |
download | dwm-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.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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" }; |