summarylogtreecommitdiffstats
path: root/config.def.h.x200s
diff options
context:
space:
mode:
authorUwe Hermann2017-05-24 05:25:14 +0000
committerUwe Hermann2017-05-24 05:25:14 +0000
commita9645307f2009c28e4d8883e954e5864d1b4ea0f (patch)
tree26d34e853fe71457354163d48093362fa4b970fe /config.def.h.x200s
parentfb7f70bc6e46182e394922673c81f49c2ac3edc0 (diff)
downloadaur-a9645307f2009c28e4d8883e954e5864d1b4ea0f.tar.gz
* MOD: slock to i3lock, tags now 4-bitwise
Signed-off-by: Uwe Hermann <dev@uleenucks.de>
Diffstat (limited to 'config.def.h.x200s')
-rwxr-xr-xconfig.def.h.x200s2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h.x200s b/config.def.h.x200s
index e0201cefdec0..d4710c0c5b63 100755
--- a/config.def.h.x200s
+++ b/config.def.h.x200s
@@ -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 */