removed useless characters
Anselm R Garbe garbeam@gmail.com
Tue, 24 Jun 2008 12:40:48 +0100
1 files changed,
3 insertions(+),
3 deletions(-)
jump to
M
config.def.h
→
config.def.h
@@ -95,9 +95,9 @@ { ClkStatusText, 0, Button2, spawn, {.v = termcmd } },
{ ClkClientWin, MODKEY, Button1, movemouse, {0} }, { ClkClientWin, MODKEY, Button2, togglefloating, {0} }, { ClkClientWin, MODKEY, Button3, resizemouse, {0} }, - { ClkTagBar, 0, Button1, view, {0} }, \ - { ClkTagBar, 0, Button3, toggleview, {0} }, \ - { ClkTagBar, MODKEY, Button1, tag, {0} }, \ + { ClkTagBar, 0, Button1, view, {0} }, + { ClkTagBar, 0, Button3, toggleview, {0} }, + { ClkTagBar, MODKEY, Button1, tag, {0} }, { ClkTagBar, MODKEY, Button3, toggletag, {0} }, };