~bt/dwm

2dfcded9d68e8446f2e799421263b2c5b38d0e19 — Bradley Taunt 10 months ago 53dd3e1
Include print screen button command for screen shots
6 files changed, 2 insertions(+), 0 deletions(-)

M config.def.h
M config.h
M drw.o -rwxr-xr-x => -rw-r--r--
M dwm
M dwm.o -rwxr-xr-x => -rw-r--r--
M util.o -rwxr-xr-x => -rw-r--r--
M config.def.h => config.def.h +1 -0
@@ 104,6 104,7 @@ static const Key keys[] = {
	TAGKEYS(                        XK_9,                      8)
	{ MODKEY|ShiftMask,             XK_q,      quit,           {0} },
	{ MODKEY|ControlMask|ShiftMask, XK_q,      quit,           {1} },
	{ 0,                            XK_Print,  spawn,          SHCMD("scrot -a $(slop -f '%x,%y,%w,%h')") },
	{ 0,                            XK_F2,     spawn,          SHCMD("amixer set Master playback 5%-") },
	{ 0,                            XK_F3,     spawn,          SHCMD("amixer set Master playback 5%+") },
	{ 0,                            XK_F4,     spawn,          SHCMD("amixer set Master playback toggle") },

M config.h => config.h +1 -0
@@ 104,6 104,7 @@ static const Key keys[] = {
	TAGKEYS(                        XK_9,                      8)
	{ MODKEY|ShiftMask,             XK_q,      quit,           {0} },
	{ MODKEY|ControlMask|ShiftMask, XK_q,      quit,           {1} },
	{ 0,                            XK_Print,  spawn,          SHCMD("scrot -a $(slop -f '%x,%y,%w,%h')") },
	{ 0,                            XK_F2,     spawn,          SHCMD("amixer set Master playback 5%-") },
	{ 0,                            XK_F3,     spawn,          SHCMD("amixer set Master playback 5%+") },
	{ 0,                            XK_F4,     spawn,          SHCMD("amixer set Master playback toggle") },

M drw.o => drw.o +0 -0
M dwm => dwm +0 -0
M dwm.o => dwm.o +0 -0
M util.o => util.o +0 -0