diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-14 11:18:53 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-14 11:19:02 +0900 |
| commit | eeafc813eb5d75bf89dfde91607e02da2806146b (patch) | |
| tree | 551a8629f0eea8470109468d1f9bc55555f32243 /config/hypr/UserConfigs | |
| parent | 73197c45457e23bf64802d17d2ff78b0097cb078 (diff) | |
fixes https://github.com/JaKooLit/Hyprland-Dots/issues/623
Diffstat (limited to 'config/hypr/UserConfigs')
| -rw-r--r-- | config/hypr/UserConfigs/UserSettings.conf | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf index 6a4de234..9271be3c 100644 --- a/config/hypr/UserConfigs/UserSettings.conf +++ b/config/hypr/UserConfigs/UserSettings.conf @@ -74,7 +74,6 @@ gestures { #workspace_swipe_use_r = true #uncomment if wanted a forever create a new workspace with swipe right } - misc { disable_hyprland_logo = true disable_splash_rendering = true @@ -104,17 +103,16 @@ xwayland { force_zero_scaling = true } -# render section for Hyprland >= v0.42.0 render { explicit_sync = 2 explicit_sync_kms = 2 - direct_scanout = false + direct_scanout = 0 } cursor { sync_gsettings_theme = true - no_hardware_cursors = false + no_hardware_cursors = 2 # change to 1 if want to disable enable_hyprcursor = true warp_on_change_workspace = 2 no_warps = true -} +}
\ No newline at end of file |
