diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf index 04407e9..3ec9fa4 100644 --- a/config/hypr/UserConfigs/UserSettings.conf +++ b/config/hypr/UserConfigs/UserSettings.conf @@ -19,7 +19,7 @@ dwindle { master { new_is_master=1 # comment this when Hyprland release a new version or you are running the git version - #new_status=master # hyprland upstream or git version (next release maybe v0.41-2 or v0.42) + #new_status=master # hyprland upstream or git version (next release maybe v0.41.2 or v0.42) new_on_top=1 mfact = 0.5 } @@ -160,12 +160,12 @@ binds { #Could help when scaling and not pixelating xwayland { - force_zero_scaling = true + force_zero_scaling = true } # cursor section for Hyprland >= v0.41.0 cursor { no_hardware_cursors = false - enable_hyprcursor = true - warp_on_change_workspace = true + enable_hyprcursor = true + warp_on_change_workspace = true # for -git or Hyprland >v0.41.1 }