Enhance startup behaviors, fix bugs

This commit is contained in:
2023-05-12 01:51:36 +09:00
parent dc3d46bd55
commit 74f45e2c03
4 changed files with 38 additions and 26 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ var KeyboardManager = GObject.registerClass(
this._addBinding("incrnmaster", () => {
const mon = global.display.get_current_monitor();
this._state.monitors[mon].mfact += 1;
this._state.monitors[mon].nmaster += 1;
this._renderer.render(mon);
});
this._addBinding("decnmaster", () => {