diff options
| author | LM-LCL <hello@exaltedelite.club> | 2025-01-16 21:51:55 +0100 |
|---|---|---|
| committer | LM-LCL <hello@exaltedelite.club> | 2025-01-16 21:51:55 +0100 |
| commit | 333ebf684b8d2f36140a281f6204103ab57624f9 (patch) | |
| tree | 2e1138cbf0f326535c1c3d4125fa4845ea761224 | |
| parent | 37aee9ca3e77431cc067957aa35cef5cfb4f39c9 (diff) | |
Added all windows
| -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} }, |
