@@ -1,8 +1,8 @@
|
||||
import { Gdk } from "astal/gtk3";
|
||||
import { Gdk } from "ags/gtk3";
|
||||
import Hyprland from "gi://AstalHyprland";
|
||||
|
||||
export const range = (length: number, start = 1) => {
|
||||
return Array.from({ length }, (n, i) => i + start);
|
||||
return Array.from({ length }, (_, i) => i + start);
|
||||
};
|
||||
|
||||
export const getHyprlandMonitor = (gdkmonitor: Gdk.Monitor) => {
|
||||
|
Reference in New Issue
Block a user