some stuff

This commit is contained in:
Nishi 2025-12-05 07:48:26 +09:00
commit 59f81d9eb4
Signed by: nishi
GPG key ID: 27EF69B208EB9343
5 changed files with 29 additions and 5 deletions

16
milkwm/milkwmrc.in Normal file
View file

@ -0,0 +1,16 @@
Window: {
TitleBar: {
Buttons: {
# Ordered from left to right
Left = [
"Close"
];
# Ordered from right to left
Right = [
"Maximize",
"Iconify"
];
};
};
};