Skip to content

Commit

Permalink
internal-border: correct spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
okitavera authored Jan 31, 2018
1 parent 748611e commit a2f1335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ static struct ConfigEntry configs[] = {
{ "color_focused" , IPCConfigColorFocused , 1 , fn_hex },
{ "color_unfocused" , IPCConfigColorUnfocused , 1 , fn_hex },
{ "internal_border_width", IPCConfigInternalBorderWidth, 1 , fn_naturals },
{ "internal_color_focused", IPCConfigInternalColorFocused , 1 , fn_hex},
{ "internal_color_unfocused", IPCConfigInternalColorUnfocused , 1 , fn_hex},
{ "internal_color_focused", IPCConfigInternalColorFocused, 1 , fn_hex },
{ "internal_color_unfocused", IPCConfigInternalColorUnfocused, 1 , fn_hex },
{ "gap_width" , IPCConfigGapWidth , 2 , fn_gap },
{ "grid_gap_width" , IPCConfigGridGapWidth , 1 , fn_naturals },
{ "cursor_position" , IPCConfigCursorPosition , 1 , fn_position },
Expand Down

0 comments on commit a2f1335

Please sign in to comment.