diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-06-22 10:32:17 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-06-22 10:32:17 +0900 |
| commit | a16280730ac5de9f872fb20d96bf7dffa189e8d3 (patch) | |
| tree | b5aadf3852a5dbd3e08c9b71b2832b52b20747c3 | |
| parent | 6950a11c370d02233910c2e645f714bc9555e7db (diff) | |
updated UserSettings.conf
| -rw-r--r-- | config/hypr/UserConfigs/UserSettings.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf index 04407e9c..3ec9fa43 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 } |
