mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-24 01:37:30 -05:00
Added apply to IpcHandler
This commit is contained in:
@@ -75,6 +75,10 @@ Scope {
|
|||||||
function random(): void {
|
function random(): void {
|
||||||
Wallpapers.randomFromCurrentFolder();
|
Wallpapers.randomFromCurrentFolder();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function apply(path: string): void {
|
||||||
|
Wallpapers.apply(path);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
GlobalShortcut {
|
GlobalShortcut {
|
||||||
|
|||||||
Reference in New Issue
Block a user