diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 66c49a2..e59ab2a 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -8,7 +8,6 @@ source = ~/.config/hypr/hyprland/group.conf source = ~/.config/hypr/hyprland/binds.conf source = ~/.config/hypr/hyprland/xwayland.conf source = ~/.config/hypr/hyprland/opengl.conf -source = ~/.config/hypr/hyprland/binds.conf source = ~/.config/hypr/hyprland/render.conf source = ~/.config/hypr/hyprland/cursor.conf source = ~/.config/hypr/hyprland/layout.conf diff --git a/.config/hypr/hyprland/animations.conf b/.config/hypr/hyprland/animations.conf index 11b1d92..a9f42f5 100644 --- a/.config/hypr/hyprland/animations.conf +++ b/.config/hypr/hyprland/animations.conf @@ -1,5 +1,5 @@ animations { - enable = true + enabled = true first_launch_animation = true # TODO } diff --git a/.config/hypr/hyprland/binds.conf b/.config/hypr/hyprland/binds.conf index 86cd7bb..1217bdf 100644 --- a/.config/hypr/hyprland/binds.conf +++ b/.config/hypr/hyprland/binds.conf @@ -1,16 +1,3 @@ -binds { - pass_mouse_when_bound = false - scroll_event_delay = 300 - workspace_back_and_forth = false - allow_workspace_cycles = false - workspace_center_on = 0 - focus_preferred_method = 0 - ignore_group_lock = false - movefocus_cycles_fullscreen = true - disable_keybind_grabbing = false - window_direction_monitor_fallback = true -} - $mainMod = SUPER # Resize diff --git a/.config/hypr/hyprland/cursor.conf b/.config/hypr/hyprland/cursor.conf index 0731907..99e73ab 100644 --- a/.config/hypr/hyprland/cursor.conf +++ b/.config/hypr/hyprland/cursor.conf @@ -14,5 +14,5 @@ cursor { enable_hyprcursor = true hide_on_key_press = false hide_on_touch = true - use_cpu_buffer = false + # use_cpu_buffer = false } diff --git a/.config/hypr/hyprland/decoration.conf b/.config/hypr/hyprland/decoration.conf index 3e87a23..243b73e 100644 --- a/.config/hypr/hyprland/decoration.conf +++ b/.config/hypr/hyprland/decoration.conf @@ -10,7 +10,7 @@ decoration { screen_shader = blur { - enable = true + enabled = true size = 8 passes = 1 ignore_opacity = true @@ -27,14 +27,14 @@ decoration { } shadow { - enable = true + enabled = true range = 50 render_power = 4 sharp = false ignore_window = true color = rgba(000000aa) - color_inactive = - offset = [0,0] + # color_inactive = + offset = 0, 0 scale = 1 } } diff --git a/.config/hypr/hyprland/general.conf b/.config/hypr/hyprland/general.conf index 3171833..a02af69 100644 --- a/.config/hypr/hyprland/general.conf +++ b/.config/hypr/hyprland/general.conf @@ -17,7 +17,7 @@ general { resize_corner = 0 snap { - enable = false + enabled = false window_gap = 10 monitor_gap = 10 border_overlap = false diff --git a/.config/hypr/hyprland/input.conf b/.config/hypr/hyprland/input.conf index 45caef9..aeb7cd8 100644 --- a/.config/hypr/hyprland/input.conf +++ b/.config/hypr/hyprland/input.conf @@ -1,7 +1,7 @@ input { - kb_model = pc105+inet + #kb_model = pc105+inet kb_layout = us - kb_variant = intl + #kb_variant = intl kb_options = kb_rules = kb_file = @@ -28,7 +28,7 @@ input { emulate_discrete_scroll = 1 touchpad { - diable_while_typing = true + disable_while_typing = true natural_scroll = false scroll_factor = 1.0 middle_button_emulation = false @@ -42,19 +42,19 @@ input { touchdevice { transform = 0 output = Auto - enable = true + enabled = true } tablet { transform = 0 - output = - region_position = [0,0] - absolute_region_position = false - region_size = [0,0] + #output = + region_position = 0, 0 + #absolute_region_position = false + region_size = 0, 0 relative_input = false left_handed = false - active_area_size = [0,0] - active_area_position = [0,0] + active_area_size = 0, 0 + active_area_position = 0, 0 } } diff --git a/.config/hypr/hyprland/xwayland.conf b/.config/hypr/hyprland/xwayland.conf index 0c12182..d5def7b 100644 --- a/.config/hypr/hyprland/xwayland.conf +++ b/.config/hypr/hyprland/xwayland.conf @@ -1,5 +1,5 @@ xwayland { - enable = true + enabled = true use_nearest_neighbor = true force_zero_scaling = true }