mirror of
https://github.com/zoriya/fairy.git
synced 2026-06-06 03:55:41 +00:00
Enhance startup behaviors, fix bugs
This commit is contained in:
+1
-1
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user