diff --git a/config.def.h b/config.def.h index d56adaf..d7b28ce 100644 --- a/config.def.h +++ b/config.def.h @@ -83,6 +83,8 @@ static const char *fullscreenshot[] = { "screenshot", NULL }; static const char *activescreenshot[] = { "screenshot", "window", NULL }; static const char *selectscreenshot[] = { "screenshot", "select", NULL }; +static const char *selectscreenshot[] = { "screenrecord", "select", NULL }; + static const char *greenclip[] = { "rofi", "-modi", "clipboard:greenclip print", "-show", "clipboard", "-run-command", "{cmd}", NULL }; static const char *qutebrowser[] = { "qutebrowser", NULL };