diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2020-09-29 14:03:38 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2020-09-29 14:03:38 +0100 |
commit | 5e7e634bdca71efd6f1b80e41bbe79170f4e24fc (patch) | |
tree | 48ace3dc7e8fcd7fb9ea02de8f03d10f76e581b2 /config.def.h | |
parent | acccf4fa7c1fec9be9299db9d4b525ba93cacd35 (diff) | |
download | dwm-5e7e634bdca71efd6f1b80e41bbe79170f4e24fc.tar.gz dwm-5e7e634bdca71efd6f1b80e41bbe79170f4e24fc.tar.bz2 dwm-5e7e634bdca71efd6f1b80e41bbe79170f4e24fc.zip |
+dwm attachaside and dwm pertag
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index ca595ff..d86b3fd 100644 --- a/config.def.h +++ b/config.def.h @@ -26,6 +26,14 @@ static const char *colors[][3] = { /* tagging */ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; +/* launcher commands (They must be NULL terminated) */ +static const char* surf[] = { "surf", "duckduckgo.com", NULL }; + +static const Launcher launchers[] = { + /* command name to display */ + { surf, "surf" }, +}; + static const Rule rules[] = { /* xprop(1): * WM_CLASS(STRING) = instance, class |