Skip to content

Commit

Permalink
Fix inconsistent comments in i3-config
Browse files Browse the repository at this point in the history
  • Loading branch information
barskern committed May 29, 2020
1 parent 61b7895 commit 8018ffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions i3wm/i3-config
Expand Up @@ -34,7 +34,7 @@ set $xgray5 #4E4E4E
set $hard_black #121212


# Colors border backgr text indicator child_border
# Colors border background text indicator child_border
client.focused $bright_black $xgray3 $yellow $yellow $bright_black
client.focused_inactive $xgray3 $xgray3 $bright_black $xgray3 $xgray3
client.unfocused $xgray1 $xgray1 $bright_black $xgray1 $xgray1
Expand All @@ -48,7 +48,7 @@ bar {
statusline $white
separator $white

# Colors Border Background Text
# Colors border background text
focused_workspace $bright_black $xgray3 $yellow
active_workspace $xgray3 $xgray3 $bright_black
inactive_workspace $xgray3 $xgray1 $bright_black
Expand Down

0 comments on commit 8018ffa

Please sign in to comment.