small fix
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
afcdaad101
commit
b8617fb2d6
|
@ -1,2 +1,6 @@
|
|||
compile_commands.json
|
||||
.cache/clangd/index
|
||||
drw.o
|
||||
dwm
|
||||
dwm.o
|
||||
util.o
|
||||
|
|
2
config.h
2
config.h
|
@ -226,7 +226,7 @@ static const Key keys[] = {
|
|||
// { MODKEY | ShiftMask, XK_z, spawn, {.v = (const char *[]){NULL}} },
|
||||
{ MODKEY, XK_space, zoom, {0} },
|
||||
{ MODKEY | ShiftMask, XK_space, togglefloating, {0} },
|
||||
{ 0, XK_Print, spawn, SHCMD("maim ~/Pictures/Screenshots/pic-full-$(date '+%y%m%d-%H%M-%S').png") },
|
||||
{ 0, XK_Print, spawn, SHCMD("maim ~/Pictures/pic-full-$(date '+%y%m%d-%H%M-%S').png") },
|
||||
{ ShiftMask, XK_Print, spawn, {.v = (const char *[]){"dmenumaim", NULL}} },
|
||||
// { 0, XK_Print, spawn, SHCMD("flameshot full -p ${XDG_PICTURES_DIR:-$HOME/Pictures}/$(date '+%y%m%d-%H%M-%S').png") },
|
||||
// { ShiftMask, XK_Print, spawn, {.v = (const char *[]){"dmenuflameshot", NULL}} },
|
||||
|
|
Loading…
Reference in New Issue