Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a multicolor border example to default-config #732

Merged
merged 1 commit into from
Oct 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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