mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-12 15:42:39 +02:00
fix: hyprland - cursor disapper with Nvidia GPU
This commit is contained in:
@@ -5,6 +5,8 @@ source=~/.config/hypr/themes/mocha.conf
|
|||||||
|
|
||||||
env = _JAVA_AWT_WM_NONREPARENTING,1
|
env = _JAVA_AWT_WM_NONREPARENTING,1
|
||||||
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
||||||
|
# fix https://github.com/hyprwm/Hyprland/issues/1520
|
||||||
|
env = WLR_NO_HARDWARE_CURSORS,1
|
||||||
|
|
||||||
#-- Output ----------------------------------------------------
|
#-- Output ----------------------------------------------------
|
||||||
# Configure your Display resolution, offset, scale and Monitors here, use `hyprctl monitors` to get the info.
|
# 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
|
$wlogout = ~/.config/hypr/scripts/wlogout
|
||||||
$colorpicker = ~/.config/hypr/scripts/colorpicker
|
$colorpicker = ~/.config/hypr/scripts/colorpicker
|
||||||
$files = thunar
|
$files = thunar
|
||||||
$editor = code # vscode
|
|
||||||
$browser = firefox
|
$browser = firefox
|
||||||
|
|
||||||
# -- Terminal --
|
# -- Terminal --
|
||||||
|
|||||||
Reference in New Issue
Block a user