mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
Indentation correction ref. #89
This commit is contained in:
parent
1b3a348d5d
commit
53c183a542
@ -1138,12 +1138,12 @@ static Button buttons[] = {
|
||||
{ ClkButton, 0, Button1, spawn, {.v = dmenucmd } },
|
||||
#endif // BAR_STATUSBUTTON_PATCH
|
||||
{ ClkLtSymbol, 0, Button1, setlayout, {0} },
|
||||
#if BAR_LAYOUTMENU_PATCH
|
||||
#if BAR_LAYOUTMENU_PATCH
|
||||
{ ClkLtSymbol, 0, Button3, layoutmenu, {0} },
|
||||
#else
|
||||
#else
|
||||
{ ClkLtSymbol, 0, Button3, setlayout, {.v = &layouts[2]} },
|
||||
#endif // BAR_LAYOUTMENU_PATCH
|
||||
#if BAR_WINTITLEACTIONS_PATCH
|
||||
#endif // BAR_LAYOUTMENU_PATCH
|
||||
#if BAR_WINTITLEACTIONS_PATCH
|
||||
{ ClkWinTitle, 0, Button1, togglewin, {0} },
|
||||
{ ClkWinTitle, 0, Button3, showhideclient, {0} },
|
||||
#endif // BAR_WINTITLEACTIONS_PATCH
|
||||
|
Loading…
Reference in New Issue
Block a user