diff options
author | 2024-04-07 21:24:34 +0200 | |
---|---|---|
committer | 2024-04-07 21:24:34 +0200 | |
commit | d174ce218b5f8cdff9ff8ec37ee507f7e237d3cb (patch) | |
tree | 8c545c751225ecc49d6d43fb6bd10118822d3aa1 /config.def.h | |
parent | 459a7c2290d964f371841864df66a676e51af9c3 (diff) | |
download | dwm-d174ce218b5f8cdff9ff8ec37ee507f7e237d3cb.tar.gz dwm-d174ce218b5f8cdff9ff8ec37ee507f7e237d3cb.tar.bz2 dwm-d174ce218b5f8cdff9ff8ec37ee507f7e237d3cb.zip |
no title patch applied
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index d6d0d88..fc8b2e8 100644 --- a/config.def.h +++ b/config.def.h @@ -118,7 +118,6 @@ static const Button buttons[] = { /* click event mask button function argument */ { ClkLtSymbol, 0, Button1, setlayout, {0} }, { ClkLtSymbol, 0, Button3, setlayout, {.v = &layouts[2]} }, - { ClkWinTitle, 0, Button2, zoom, {0} }, { ClkStatusText, 0, Button2, spawn, {.v = termcmd } }, { ClkClientWin, MODKEY, Button1, movemouse, {0} }, { ClkClientWin, MODKEY, Button2, togglefloating, {0} }, |