mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-12 20:09:59 -05:00
fix wrong monitor size (#537)
This commit is contained in:
@@ -4,7 +4,7 @@ const { Gdk, Gtk } = imports.gi;
|
||||
import App from 'resource:///com/github/Aylur/ags/app.js';
|
||||
import Widget from 'resource:///com/github/Aylur/ags/widget.js';
|
||||
import * as Utils from 'resource:///com/github/Aylur/ags/utils.js';
|
||||
import { monitors } from '../.miscutils/hyprlanddata.js';
|
||||
import { monitors } from '../.commondata/hyprlanddata.js';
|
||||
|
||||
const { exec, execAsync } = Utils;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user