some stuff
This commit is contained in:
parent
6b05ca3263
commit
59f81d9eb4
5 changed files with 29 additions and 5 deletions
16
milkwm/milkwmrc.in
Normal file
16
milkwm/milkwmrc.in
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
Window: {
|
||||
TitleBar: {
|
||||
Buttons: {
|
||||
# Ordered from left to right
|
||||
Left = [
|
||||
"Close"
|
||||
];
|
||||
|
||||
# Ordered from right to left
|
||||
Right = [
|
||||
"Maximize",
|
||||
"Iconify"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue