sorta works

This commit is contained in:
Nishi 2025-12-05 14:26:13 +09:00
commit 61cecbd7ee
Signed by: nishi
GPG key ID: 27EF69B208EB9343
7 changed files with 187 additions and 36 deletions

View file

@ -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";
};
};