Skip to content

Commit

Permalink
Add a multicolor border example to default-config
Browse files Browse the repository at this point in the history
  • Loading branch information
somiaj committed Oct 30, 2022
1 parent 86379d3 commit 2f7e50d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion default-config/config
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,13 @@ IgnoreModifiers L25
# Decor Styles
Style * BorderWidth 5, HandleWidth 5, MWMButtons, FvwmBorder, FirmBorder
Style * Colorset 1, HilightColorset 2
Style * BorderColorset 3, HilightBorderColorset 4

# BorderColorset and HilightBorderColorset take 8 positive colorsets
# to specify the colorset for each edge and handle (corner). The order is:
# North NorthEast East SouthEast South SouthWest West NorthWest
# This makes the edges and corners (handles) different colors.
Style * BorderColorset 3 4 3 4 3 4 3 4
Style * HilightBorderColorset 4 13 4 13 4 13 4 13

# Disable Icons from appearing on desktop.
# Comment this out or use Style * Icon to get the icons back.
Expand Down

0 comments on commit 2f7e50d

Please sign in to comment.