diff options
| author | SoominIm <111330163+SoominIm@users.noreply.github.com> | 2024-03-04 21:20:48 -0600 |
|---|---|---|
| committer | SoominIm <111330163+SoominIm@users.noreply.github.com> | 2024-03-04 21:20:48 -0600 |
| commit | d1a7c78916037d2042aa37a2707ce931d0656b62 (patch) | |
| tree | 7dee81b8007c5ceef6f0958bd79b46b3951c7444 /dwm/config.h | |
| parent | 5017790af4d8d7d9d7c9b41044a34ed015bc570e (diff) | |
Updates
Diffstat (limited to 'dwm/config.h')
| -rwxr-xr-x | dwm/config.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dwm/config.h b/dwm/config.h index 73514bd..7bc35df 100755 --- a/dwm/config.h +++ b/dwm/config.h @@ -350,7 +350,9 @@ static const Key keys[] = { {MODKEY, XK_space, zoom, {0}}, {MODKEY | ShiftMask, XK_space, togglefloating, {0}}, - {0, XK_Print, spawn, SHCMD("maim pic-full-$(date '+%y%m%d-%H%M-%S').png")}, + {0, XK_Print, spawn, + SHCMD("maim | tee ~/Pictures/screenshot-$(date '+%y%m%d-%H%M-%S').png | " + "xclip -selection clipboard")}, {ShiftMask, XK_Print, spawn, {.v = (const char *[]){"maimpick", NULL}}}, {MODKEY, XK_Print, spawn, {.v = (const char *[]){"dmenurecord", NULL}}}, {MODKEY | ShiftMask, @@ -504,7 +506,7 @@ static const Button buttons[] = { {ClkStatusText, ShiftMask, Button1, sigdwmblocks, {.i = 6}}, #endif {ClkStatusText, ShiftMask, Button3, spawn, - SHCMD(TERMINAL " -e nvim ~/.local/src/dwmblocks/config.h")}, + SHCMD(TERMINAL " -e nvim ~/.local/src/suckless/dwmblocks/config.h")}, {ClkClientWin, MODKEY, Button1, movemouse, {0}}, {ClkClientWin, MODKEY, Button2, defaultgaps, {0}}, {ClkClientWin, MODKEY, Button3, resizemouse, {0}}, |
