mirror of
https://github.com/tiyn/dwm.git
synced 2025-04-19 15:57:45 +02:00
changed hotkeys
This commit is contained in:
parent
a46043c632
commit
dd78bfd8a9
@ -124,7 +124,7 @@ static Key keys[] = {
|
|||||||
static Button buttons[] = {
|
static Button buttons[] = {
|
||||||
/* click event mask button function argument */
|
/* click event mask button function argument */
|
||||||
{ ClkLtSymbol, 0, Button1, cyclelayout, {.i = +1} },
|
{ ClkLtSymbol, 0, Button1, cyclelayout, {.i = +1} },
|
||||||
{ ClkLtSymbol, 0, Button2, setlayout, {.v = &layouts[0]} },
|
{ ClkLtSymbol, 0, Button2, focusstack, {.i = +1} },
|
||||||
{ ClkLtSymbol, 0, Button3, cyclelayout, {.i = -1} },
|
{ ClkLtSymbol, 0, Button3, cyclelayout, {.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} },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user