Added flameshot printscreen

This commit is contained in:
jon
2019-07-06 07:24:46 -05:00
parent fa6ff46c1c
commit 72dbded0e1
4 changed files with 4 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
dwm
dwm.o

View File

@@ -76,6 +76,7 @@ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn()
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_norm_bg, "-nf", col_norm_fg, "-sb", col_sel_bg, "-sf", col_sel_fg, NULL };
static const char *termcmd[] = { "urxvt256c", NULL };
static const char *lockcmd[] = { "slock", NULL };
static const char *prtscrcmd[] = { "flameshot", "gui", NULL};
static Key keys[] = {
/* modifier key function argument */
@@ -113,6 +114,7 @@ static Key keys[] = {
TAGKEYS( XK_9, 8)
//{ MODKEY|ShiftMask, XK_q, quit, {0} },
{ MODKEY|ControlMask, XK_q, quit, {0} },
{ 0, XK_Print, spawn, {.v = prtscrcmd } },
{ MODKEY|ControlMask, XK_l, spawn, {.v = lockcmd } },
};

BIN
dwm

Binary file not shown.

BIN
dwm.o

Binary file not shown.