Lockscreen option

pull/3/head
E. Almqvist 4 years ago
parent 3a88dd606b
commit 3253fc2be7
  1. 2
      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 *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 *termcmd[] = { "termite", NULL };
static const char *betterlockscreencmd[] = { "betterlockscreen", "--lock" }; static const char *betterlockscreencmd[] = { "betterlockscreen", "--lock", "blur" };
static const char *spectaclecmd[] = { "spectacle", "-r", "-c", "-b" }; static const char *spectaclecmd[] = { "spectacle", "-r", "-c", "-b" };

Loading…
Cancel
Save