diff options
| -rw-r--r-- | config.def.h | 1 | ||||
| -rw-r--r-- | config.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index efdeb74..8237f9b 100644 --- a/config.def.h +++ b/config.def.h @@ -130,6 +130,7 @@ static const Key keys[] = { static const Button buttons[] = { /* click event mask button function argument */ { ClkRootWin, 0, Button2, spawn, {.v = prtsccmd} }, + { ClkClientWin, 0, Button2, spawn, {.v = prtsccmd} }, { ClkLtSymbol, 0, Button1, setlayout, {0} }, { ClkLtSymbol, 0, Button3, setlayout, {.v = &layouts[2]} }, { ClkWinTitle, 0, Button2, zoom, {0} }, @@ -130,6 +130,7 @@ static const Key keys[] = { static const Button buttons[] = { /* click event mask button function argument */ { ClkRootWin, 0, Button2, spawn, {.v = prtsccmd} }, + { ClkClientWin, 0, Button2, spawn, {.v = prtsccmd} }, { ClkLtSymbol, 0, Button1, setlayout, {0} }, { ClkLtSymbol, 0, Button3, setlayout, {.v = &layouts[2]} }, { ClkWinTitle, 0, Button2, zoom, {0} }, |
