diff options
-rw-r--r-- | src/hyprland.vala | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hyprland.vala b/src/hyprland.vala index d59f50b..5359d2e 100644 --- a/src/hyprland.vala +++ b/src/hyprland.vala @@ -1,4 +1,8 @@ namespace AstalHyprland { +public Hyprland get_default() { + return Hyprland.get_default(); +} + public class Hyprland : Object { private static string HIS = GLib.Environment.get_variable("HYPRLAND_INSTANCE_SIGNATURE"); private static string RUN_DIR = GLib.Environment.get_user_runtime_dir(); |