sorta works
This commit is contained in:
parent
59f81d9eb4
commit
61cecbd7ee
7 changed files with 187 additions and 36 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# This file should be copied to .config/milkwm/milkwmrc
|
||||
|
||||
Window: {
|
||||
TitleBar: {
|
||||
Buttons: {
|
||||
|
|
@ -12,5 +14,19 @@ Window: {
|
|||
"Iconify"
|
||||
];
|
||||
};
|
||||
Background: {
|
||||
# Just don't write anything if you want default background
|
||||
#Inactive: "white";
|
||||
Active: "blue";
|
||||
};
|
||||
Foreground: {
|
||||
# Just don't write anything if you want default background
|
||||
#Inactive: "black";
|
||||
Active: "white";
|
||||
};
|
||||
|
||||
# Left, Right, or Center
|
||||
# Default is Center
|
||||
Align = "Left";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue