diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-09-02 13:15:28 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-02 13:15:28 +0900 |
| commit | 3b82a3c0f0f33cba44ddfb1c62d53f950ff96c3a (patch) | |
| tree | 3daa3705989db93d623dad2eebf101603479efdf /config/hypr/UserConfigs/UserSettings.conf | |
| parent | 09bef3916d3c7225671f96fd7a8f77f5fab22f19 (diff) | |
| parent | cf55d6c89cbf4fc6a92bb19779d457a9fe98ec40 (diff) | |
Merge pull request #419 from JaKooLit/development
Development to Main. Preparation for release
Diffstat (limited to 'config/hypr/UserConfigs/UserSettings.conf')
| -rw-r--r-- | config/hypr/UserConfigs/UserSettings.conf | 62 |
1 files changed, 10 insertions, 52 deletions
diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf index 35dada78..7d3645bc 100644 --- a/config/hypr/UserConfigs/UserSettings.conf +++ b/config/hypr/UserConfigs/UserSettings.conf @@ -21,9 +21,7 @@ master { } general { - #sensitivity = 1.00 border_size = 2 - #apply_sens_to_raw = 1 gaps_in = 6 gaps_out = 8 @@ -31,54 +29,8 @@ general { col.active_border = $color12 col.inactive_border = $backgroundCol - - layout = dwindle -} - -decoration { - rounding = 10 - - active_opacity = 1.0 - inactive_opacity = 0.9 - fullscreen_opacity = 1.0 - - dim_inactive = true - dim_strength = 0.1 - dim_special = 0.8 - - drop_shadow = true - shadow_range = 6 - shadow_render_power = 1 - col.shadow = $color12 - col.shadow_inactive = 0x50000000 - - blur { - enabled = true - size = 6 - passes = 2 - ignore_opacity = true - new_optimizations = true - special = true - } -} - - -animations { - enabled = yes - - bezier = wind, 0.05, 0.9, 0.1, 1.05 - bezier = winIn, 0.1, 1.1, 0.1, 1.1 - bezier = winOut, 0.3, -0.3, 0, 1 - bezier = liner, 1, 1, 1, 1 - animation = windows, 1, 6, wind, slide - animation = windowsIn, 1, 6, winIn, slide - animation = windowsOut, 1, 5, winOut, slide - animation = windowsMove, 1, 5, wind, slide - animation = border, 1, 1, liner - animation = borderangle, 1, 180, liner, loop #used by rainbow borders and rotating colors - animation = fade, 1, 10, default - animation = workspaces, 1, 5, wind + layout = dwindle } input { @@ -89,8 +41,9 @@ input { kb_rules = repeat_rate = 50 repeat_delay = 300 + + sensitivity = 0 #mouse sensitivity numlock_by_default = true - sensitivity = 0 #mouse sensivity left_handed = false follow_mouse = true float_switch_override_focus = false @@ -140,7 +93,7 @@ group { misc { disable_hyprland_logo = true disable_splash_rendering = true - vfr = true + vfr = true #vrr = 0 mouse_move_enables_dpms = true enable_swallow = true @@ -151,6 +104,10 @@ misc { middle_click_paste = false } +#opengl { +# nvidia_anti_flicker = true +#} + binds { workspace_back_and_forth = true allow_workspace_cycles = true @@ -172,5 +129,6 @@ render { cursor { no_hardware_cursors = false enable_hyprcursor = true - warp_on_change_workspace = true + warp_on_change_workspace = true + no_warps = true } |
