forked from Shinonome/dots-hyprland
Added apply to IpcHandler
This commit is contained in:
@@ -75,6 +75,10 @@ Scope {
|
||||
function random(): void {
|
||||
Wallpapers.randomFromCurrentFolder();
|
||||
}
|
||||
|
||||
function apply(path: string): void {
|
||||
Wallpapers.apply(path);
|
||||
}
|
||||
}
|
||||
|
||||
GlobalShortcut {
|
||||
|
||||
Reference in New Issue
Block a user