diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-01-01 15:26:06 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-01 15:26:06 +0900 |
| commit | 307d2845e53477e2cd1cd266167d2065c2568f67 (patch) | |
| tree | dba6a87502f36b59c78bd2dcf251293db9d63df3 /config/hypr/UserConfigs/UserSettings.conf | |
| parent | 2122e25c28f741cdb21f0654d185431f3452cfd4 (diff) | |
| parent | 8e34d7dc86c6fff85fa6601b49068f047062b5db (diff) | |
Merge pull request #512 from JaKooLit/main
Main to Development
Diffstat (limited to 'config/hypr/UserConfigs/UserSettings.conf')
| -rw-r--r-- | config/hypr/UserConfigs/UserSettings.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf index ae0ab4b2..dfca157d 100644 --- a/config/hypr/UserConfigs/UserSettings.conf +++ b/config/hypr/UserConfigs/UserSettings.conf @@ -94,12 +94,11 @@ misc { disable_hyprland_logo = true disable_splash_rendering = true vfr = true - #vrr = 0 + vrr = 2 mouse_move_enables_dpms = true enable_swallow = true swallow_regex = ^(kitty)$ focus_on_activate = false - #no_direct_scanout = true #for fullscreen games - deprecated initial_workspace_tracking = 0 middle_click_paste = false } @@ -128,8 +127,9 @@ render { } cursor { - no_hardware_cursors = false + sync_gsettings_theme = true + no_hardware_cursors = 2 enable_hyprcursor = true - warp_on_change_workspace = true + warp_on_change_workspace = 2 no_warps = true -} +}
\ No newline at end of file |
