mirror of
https://github.com/zoriya/astal.git
synced 2026-06-02 10:15:14 +00:00
add global default getter
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user