Adds screenrecord

This commit is contained in:
Jonathan Hodgson 2021-08-17 12:42:12 +01:00
parent 2718671c22
commit 2a06bfb40a

View file

@ -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 };