From 5b1b79a7606622d5c76be60e5e7811ccc0cec40b Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 12 Aug 2023 15:01:55 +0800 Subject: [PATCH] fix: hyprland - cursor disapper with Nvidia GPU --- home/linux/hyprland/hypr-conf/hyprland.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/linux/hyprland/hypr-conf/hyprland.conf b/home/linux/hyprland/hypr-conf/hyprland.conf index 600cc195..b90f103f 100644 --- a/home/linux/hyprland/hypr-conf/hyprland.conf +++ b/home/linux/hyprland/hypr-conf/hyprland.conf @@ -5,6 +5,8 @@ source=~/.config/hypr/themes/mocha.conf env = _JAVA_AWT_WM_NONREPARENTING,1 env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1 +# fix https://github.com/hyprwm/Hyprland/issues/1520 +env = WLR_NO_HARDWARE_CURSORS,1 #-- Output ---------------------------------------------------- # Configure your Display resolution, offset, scale and Monitors here, use `hyprctl monitors` to get the info. @@ -106,7 +108,6 @@ $lockscreen = ~/.config/hypr/scripts/lockscreen $wlogout = ~/.config/hypr/scripts/wlogout $colorpicker = ~/.config/hypr/scripts/colorpicker $files = thunar -$editor = code # vscode $browser = firefox # -- Terminal --