This commit is contained in:
parent
afcdaad101
commit
b8617fb2d6
2 changed files with 5 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,2 +1,6 @@
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
.cache/clangd/index
|
.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 | ShiftMask, XK_z, spawn, {.v = (const char *[]){NULL}} },
|
||||||
{ MODKEY, XK_space, zoom, {0} },
|
{ MODKEY, XK_space, zoom, {0} },
|
||||||
{ MODKEY | ShiftMask, XK_space, togglefloating, {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}} },
|
{ 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") },
|
// { 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}} },
|
// { ShiftMask, XK_Print, spawn, {.v = (const char *[]){"dmenuflameshot", NULL}} },
|
||||||
|
|
Loading…
Add table
Reference in a new issue