fix(home:hyprland): remove cursor timeout option

This commit is contained in:
ooks-io 2024-06-15 21:33:46 +12:00
parent 9b28a27191
commit 4071f93220

View file

@ -11,9 +11,9 @@ in
config = mkIf (wayland.compositor == "hyprland") { config = mkIf (wayland.compositor == "hyprland") {
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
settings = { settings = {
cursor = { # cursor = {
inactive_timeout = 4; # inactive_timeout = 4;
}; # };
general = { general = {
gaps_in = 10; gaps_in = 10;
gaps_out = 10; gaps_out = 10;