From cc6c8b637e2028c5ffe133b9382652d720189f94 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 27 Nov 2024 22:31:58 -0800 Subject: [PATCH] fix: add GSK_RENDERER to fix broken gtk --- users/youwen/linux/hyprland/common.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/users/youwen/linux/hyprland/common.nix b/users/youwen/linux/hyprland/common.nix index 7ac4875..8f91d9b 100644 --- a/users/youwen/linux/hyprland/common.nix +++ b/users/youwen/linux/hyprland/common.nix @@ -23,12 +23,14 @@ "$Right" = "L"; "$Up" = "K"; "$Down" = "J"; - # env = [ - # "HYPRCURSOR_THEME,Bibata-Modern-Ice" - # "HYPRCURSOR_SIZE,26" - # "XCURSOR_THEME,Bibata-Modern-Ice" - # "XCURSOR_SIZE,26" - # ]; + env = [ + # "HYPRCURSOR_THEME,Bibata-Modern-Ice" + # "HYPRCURSOR_SIZE,26" + # "XCURSOR_THEME,Bibata-Modern-Ice" + # "XCURSOR_SIZE,26" + # fix + "GSK_RENDERER,gl" + ]; bind = [ # Application Keybinds "$mod, T, exec, ${pkgs.kitty}/bin/kitty"