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"