diff options
| author | bakkeby <[email protected]> | 2021-01-22 11:14:58 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2021-01-22 11:14:58 +0100 |
| commit | 53c183a542b9fa8f8a54a4cf1c20179b7c30d093 (patch) | |
| tree | fa30af840024fbf4f489f3569ad4b79e1d583e56 /config.def.h | |
| parent | 1b3a348d5d177221592fb4eee10e7c351c07b71e (diff) | |
| download | dwm-flexipatch-53c183a542b9fa8f8a54a4cf1c20179b7c30d093.tar.gz dwm-flexipatch-53c183a542b9fa8f8a54a4cf1c20179b7c30d093.zip | |
Indentation correction ref. #89
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h index f471573..21074a5 100644 --- a/config.def.h +++ b/config.def.h @@ -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 |
