Code cleanup

This commit is contained in:
Fmstrat
2020-01-02 16:40:18 -05:00
parent f0df658e2b
commit ef8415213e

View File

@@ -72,8 +72,6 @@ var oldbindings = {
function moveApp(app, loc) {
_log("moveApp: " + JSON.stringify(loc));
//let ws = new Gio.Settings({ schema_id: 'org.gnome.shell.extensions.wintile' });
//_log(ws.get_strv('cols'));
var space = app.get_work_area_current_monitor()
colWidth = Math.floor(space.width/config.cols)
rowHeight = Math.floor(space.height/2)