summarylogtreecommitdiffstats
path: root/config.def.h.work
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h.work')
-rwxr-xr-xconfig.def.h.work4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h.work b/config.def.h.work
index 1fd12048295d..33370a91ba37 100755
--- a/config.def.h.work
+++ b/config.def.h.work
@@ -29,7 +29,7 @@ static const char *colors[][3] = {
};
/* tagging */
-static const char *tags[] = { "1/main", "2/web", "3/stuff", "4/office" };
+static const char *tags[] = { "00", "01", "10", "11" };
static const Rule rules[] = {
/* class instance title tags mask iscentered isfloating monitor */
@@ -93,7 +93,7 @@ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn()
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", font, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL };
static const char *termcmd[] = { "termite", NULL };
static const char *mostusedcmd[] = { "mostused", NULL };
-static const char *lockcmd[] = { "slock", NULL };
+static const char *lockcmd[] = { "i3lock", "-c", "111111", "-e", "-f", NULL };
static Key keys[] = {
/* modifier key function argument */