X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=config.h%2Fdwm%2Fconfig.h;h=81e60a4741f516a78fa1d39cc87c191c7b02c894;hb=627af670b097344fd249983d5ea6fdc54f10c34e;hp=3ebd358ca29439df4478f6bbbf29d8c9cf2f0ad4;hpb=907122ffdf547aaf278270f2621bfc1d1112bf74;p=dotfiles.git diff --git a/config.h/dwm/config.h b/config.h/dwm/config.h index 3ebd358..81e60a4 100644 --- a/config.h/dwm/config.h +++ b/config.h/dwm/config.h @@ -65,9 +65,9 @@ static const char *passmenu[] = { "/usr/share/doc/pass/examples/dmenu/passmenu" static const char *passmenu_type[] = { "/usr/share/doc/pass/examples/dmenu/passmenu", "--type", "-m", dmenumon, "-fn", font0, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL }; static const char *scr[] = { "scr", NULL }; static const char *scr_sel[] = { "scr", "selection", NULL }; -static const char *lock[] = { "slock", NULL }; +static const char *lock[] = { "xautolock", "-locknow", NULL }; static const char *brightup[] = { "xbacklight", "-inc", "5", NULL }; -static const char *brightdown[] = { "xbacklight", "-inc", "5", NULL }; +static const char *brightdown[] = { "xbacklight", "-dec", "5", NULL }; static const char *volume_mute[] = {"pactl", "set-sink-mute", "@DEFAULT_SINK@", "toggle", NULL}; static const char *volume_dec[] = {"pactl", "set-sink-volume", "@DEFAULT_SINK@", "-5%", NULL}; static const char *volume_inc[] = {"pactl", "set-sink-volume", "@DEFAULT_SINK@", "+5%", NULL};