Skip to content

Commit

Permalink
docs: update config comments
Browse files Browse the repository at this point in the history
  • Loading branch information
leukipp committed Aug 15, 2024
1 parent 7c9c4bd commit 0d55a02
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,16 @@ edge_center_size = 100
[colors] # RGBA color values used for ui elements. #
################################################################################

# Layout window text color.
# Window text color.
gui_text = [255, 255, 255, 255]

# Layout window background color.
# Window background color.
gui_background = [30, 30, 40, 255]

# Layout slave client rectangle color.
# Slave client layout color.
gui_client_slave = [58, 58, 78, 255]

# Layout master client rectangle color.
# Master client layout color.
gui_client_master = [98, 98, 128, 255]

# Systray icon background color.
Expand Down Expand Up @@ -192,7 +192,7 @@ mod_screens = "Mod1"
mod_workspaces = "Mod4"

################################################################################
[corners] # Action strings from [keys] or external commands. #
[corners] # Action strings from [keys] section. #
################################################################################

# Corner at top left.
Expand Down Expand Up @@ -220,7 +220,7 @@ bottom_left = "proportion_decrease"
center_left = ""

################################################################################
[systray] # Action strings from [keys] or external commands. #
[systray] # Action strings from [keys] section. #
################################################################################

# Icon left click with pointer.
Expand Down

0 comments on commit 0d55a02

Please sign in to comment.