summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLM-LCL <hello@exaltedelite.club>2025-01-16 21:51:55 +0100
committerLM-LCL <hello@exaltedelite.club>2025-01-16 21:51:55 +0100
commit333ebf684b8d2f36140a281f6204103ab57624f9 (patch)
tree2e1138cbf0f326535c1c3d4125fa4845ea761224
parent37aee9ca3e77431cc067957aa35cef5cfb4f39c9 (diff)
Added all windows
-rw-r--r--config.def.h1
-rw-r--r--config.h1
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} },
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} },