From a16280730ac5de9f872fb20d96bf7dffa189e8d3 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 22 Jun 2024 10:32:17 +0900 Subject: [PATCH] updated UserSettings.conf --- config/hypr/UserConfigs/UserSettings.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 }