mirror of
https://github.com/FranP-code/wintile.git
synced 2025-10-13 00:33:46 +00:00
Code cleanup
This commit is contained in:
@@ -72,8 +72,6 @@ var oldbindings = {
|
|||||||
|
|
||||||
function moveApp(app, loc) {
|
function moveApp(app, loc) {
|
||||||
_log("moveApp: " + JSON.stringify(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()
|
var space = app.get_work_area_current_monitor()
|
||||||
colWidth = Math.floor(space.width/config.cols)
|
colWidth = Math.floor(space.width/config.cols)
|
||||||
rowHeight = Math.floor(space.height/2)
|
rowHeight = Math.floor(space.height/2)
|
||||||
|
|||||||
Reference in New Issue
Block a user