Skip to content

Commit

Permalink
change slock to i3lock-fancy
Browse files Browse the repository at this point in the history
  • Loading branch information
User committed Jul 21, 2021
1 parent 56404e9 commit 6a1ce6e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static const Layout layouts[] = {
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, "-p", "search:", NULL };
static const char *termcmd[] = { "alacritty", NULL };
static const char *slockcmd[] = { "slock", NULL };
static const char *slockcmd[] = { "i3lock-fancy", NULL };

static Key keys[] = {
/* modifier key function argument */
Expand Down
Binary file modified dwm
Binary file not shown.
Binary file modified dwm.o
Binary file not shown.

0 comments on commit 6a1ce6e

Please sign in to comment.