From 3253fc2be73c9f37916b187ce0a7ea70b148cdc8 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Sat, 21 Nov 2020 12:45:51 +0100 Subject: [PATCH] Lockscreen option --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 93fd242..3262f10 100644 --- a/src/config.h +++ b/src/config.h @@ -86,7 +86,7 @@ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, static const char *roficmd[] = { "rofi", "-show", "drun", "-lines", "4", "-eh", "2", "-width", "100", "-padding", "800", "-opacity", "75", "-bw", "0", "-bc", bg_color, "-bg", bg_color, "-fg", text_color, "-hlbg", bg_color, "-hlfg", "#9575cd", "-font", "System Ubuntu Mono Display 18", "-theme", "onedark" }; static const char *termcmd[] = { "termite", NULL }; -static const char *betterlockscreencmd[] = { "betterlockscreen", "--lock" }; +static const char *betterlockscreencmd[] = { "betterlockscreen", "--lock", "blur" }; static const char *spectaclecmd[] = { "spectacle", "-r", "-c", "-b" };