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 --