Change window mouse events on ALT
This commit is contained in:
parent
79bfbfdf15
commit
6dcf597e85
|
@ -162,9 +162,9 @@ static const Button buttons[] = {
|
|||
{ ClkLtSymbol, 0, Button1, setlayout, {0} },
|
||||
{ ClkLtSymbol, 0, Button3, setlayout, {.v = &layouts[2]} },
|
||||
{ ClkStatusText, 0, Button2, spawn, {.v = termcmd } },
|
||||
{ ClkClientWin, SUPERKEY, Button1, movemouse, {0} },
|
||||
{ ClkClientWin, SUPERKEY, Button2, togglefloating, {0} },
|
||||
{ ClkClientWin, SUPERKEY, Button3, resizemouse, {0} },
|
||||
{ ClkClientWin, ALTKEY, Button1, movemouse, {0} },
|
||||
{ ClkClientWin, ALTKEY, Button2, togglefloating, {0} },
|
||||
{ ClkClientWin, ALTKEY, Button3, resizemouse, {0} },
|
||||
{ ClkTagBar, 0, Button1, view, {0} },
|
||||
{ ClkTagBar, 0, Button3, toggleview, {0} },
|
||||
{ ClkTagBar, SUPERKEY, Button1, tag, {0} },
|
||||
|
|
6
config.h
6
config.h
|
@ -162,9 +162,9 @@ static const Button buttons[] = {
|
|||
{ ClkLtSymbol, 0, Button1, setlayout, {0} },
|
||||
{ ClkLtSymbol, 0, Button3, setlayout, {.v = &layouts[2]} },
|
||||
{ ClkStatusText, 0, Button2, spawn, {.v = termcmd } },
|
||||
{ ClkClientWin, SUPERKEY, Button1, movemouse, {0} },
|
||||
{ ClkClientWin, SUPERKEY, Button2, togglefloating, {0} },
|
||||
{ ClkClientWin, SUPERKEY, Button3, resizemouse, {0} },
|
||||
{ ClkClientWin, ALTKEY, Button1, movemouse, {0} },
|
||||
{ ClkClientWin, ALTKEY, Button2, togglefloating, {0} },
|
||||
{ ClkClientWin, ALTKEY, Button3, resizemouse, {0} },
|
||||
{ ClkTagBar, 0, Button1, view, {0} },
|
||||
{ ClkTagBar, 0, Button3, toggleview, {0} },
|
||||
{ ClkTagBar, SUPERKEY, Button1, tag, {0} },
|
||||
|
|
Loading…
Reference in New Issue