UNPKG
sway-tools
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
Some tools and a library for controlling sway
sway-tools
/
dist
/
services
/
hyprland.d.ts
7 lines
(6 loc)
•
137 B
TypeScript
View Raw
1
2
3
4
5
6
7
export declare class Hyprland {
getOutputs
(): any;
getWorkspaces
(): any;
getActiveWorkspace
(): any;
getClients
(): any; }