From 333ebf684b8d2f36140a281f6204103ab57624f9 Mon Sep 17 00:00:00 2001 From: LM-LCL Date: Thu, 16 Jan 2025 21:51:55 +0100 Subject: Added all windows --- config.def.h | 1 + config.h | 1 + 2 files changed, 2 insertions(+) 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} }, diff --git a/config.h b/config.h index efdeb74..8237f9b 100644 --- a/config.h +++ b/config.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} }, -- cgit v1.2.3