hyprland is giving me so much shit

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-31 00:58:34 -05:00
parent 85b427cb12
commit 00a045d0c1
6 changed files with 65 additions and 34 deletions

View file

@ -32,14 +32,16 @@ in
global = {
Context.sockets = [
"wayland"
"x11"
"fallback-x11"
];
Environment = {
XCURSOR_PATH = "/run/host/user-share/icons:/run/host/share/icons";
GTK_THEME = "Adwaita:dark";
# Force wayland as much as possible.
ELECTRON_OZONE_PLATFORM_HINT = "wayland"; # or 'auto'
ELECTRON_OZONE_PLATFORM_HINT = "auto"; # or 'auto'
GTK_USE_PORTAL = "1";
OZONE_PLATFORM = "wayland";
};
};
"org.signal.Signal" = {
@ -52,6 +54,11 @@ in
];
};
};
"com.google.Chrome" = {
Environment = {
CHROME_EXTRA_ARGS = "--enable-features=WaylandWindowDecorations --ozone-platform-hint=auto";
};
};
};
};
};