mirror of
https://github.com/tiyn/dwm.git
synced 2025-10-20 06:41:18 +02:00
cycling windows when middle click on window name
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
*.o
|
*.o
|
||||||
dwm
|
dwm
|
||||||
|
config.h
|
||||||
|
@@ -128,7 +128,7 @@ static Button buttons[] = {
|
|||||||
{ ClkLtSymbol, 0, Button1, cyclelayout, {.i = +1} },
|
{ ClkLtSymbol, 0, Button1, cyclelayout, {.i = +1} },
|
||||||
{ ClkLtSymbol, 0, Button2, setlayout, {.v = &layouts[0]} },
|
{ ClkLtSymbol, 0, Button2, setlayout, {.v = &layouts[0]} },
|
||||||
{ ClkLtSymbol, 0, Button3, cyclelayout, {.i = -1} },
|
{ ClkLtSymbol, 0, Button3, cyclelayout, {.i = -1} },
|
||||||
{ ClkWinTitle, 0, Button2, zoom, {0} },
|
{ ClkWinTitle, 0, Button2, focusstack, {.i = +1} },
|
||||||
{ ClkStatusText, 0, Button1, sigdwmblocks, {.i = 1} },
|
{ ClkStatusText, 0, Button1, sigdwmblocks, {.i = 1} },
|
||||||
{ ClkStatusText, 0, Button2, sigdwmblocks, {.i = 2} },
|
{ ClkStatusText, 0, Button2, sigdwmblocks, {.i = 2} },
|
||||||
{ ClkStatusText, 0, Button3, sigdwmblocks, {.i = 3} },
|
{ ClkStatusText, 0, Button3, sigdwmblocks, {.i = 3} },
|
||||||
|
Reference in New Issue
Block a user