diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-05-28 13:28:47 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-05-28 13:28:47 +0400 |
commit | df2f7d3f6fb4129f286c354c3d21f49bb1bf2fcb (patch) | |
tree | 04e4051557ed1f9c5ffa00e5d44b5548a79646a3 /config.h | |
parent | f12f369899d04591389bd13e2ad1aef9f4fb6dc5 (diff) |
`NOT USED` comment added
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ static const Key keys[] = { static const Button buttons[] = { /* click event mask button function argument */ { ClkLtSymbol, 0, Button1, setlayout, {0} }, - { ClkLtSymbol, 0, Button3, setlayout, {.v = &layouts[2]} }, + { ClkLtSymbol, 0, Button3, setlayout, {.v = &layouts[2]} }, /* NOT USED */ { ClkWinTitle, 0, Button2, zoom, {0} }, { ClkStatusText, 0, Button2, spawn, {.v = termcmd } }, { ClkClientWin, MODKEY, Button1, movemouse, {0} }, |