diff options
| author | JaKooLit <ejhay.games@gmail.com~> | 2024-12-29 13:26:13 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com~> | 2024-12-29 13:26:13 +0900 |
| commit | fc4d6752495071ac3ca116615f876cd2de82b878 (patch) | |
| tree | 64194fc16bb5c62a1632a74b7315cc40a56716ae /config/hypr/UserConfigs/UserSettings.conf | |
| parent | a83c5662f99bfd0ba835547c32cbd6a0bd7b9947 (diff) | |
some changes on UserSettings; High reso and refresh rate are enabled by default
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 |
