diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index affe496..f5c0689 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -23,8 +23,8 @@ general { resize_on_border = true - gaps_in = 4 - gaps_out = 8 + gaps_in = 2 + gaps_out = 4 layout = dwindle @@ -40,6 +40,7 @@ decoration { enabled = true size = 3 passes = 1 + new_optimizations = true } shadow { @@ -48,6 +49,10 @@ decoration { render_power = 3 color = rgba(1a1a1aee) } + + dim_inactive = true + dim_strength = 0.05 + dim_special = 0.07 } animations { diff --git a/hyprland/.config/hypr/input.conf b/hyprland/.config/hypr/input.conf index bedd31e..660341a 100644 --- a/hyprland/.config/hypr/input.conf +++ b/hyprland/.config/hypr/input.conf @@ -12,9 +12,15 @@ input { touchpad { natural_scroll = true clickfinger_behavior = true + disable_while_typing = true + scroll_factor = 0.5 } sensitivity = 0 # -1.0 to 1.0, 0 means no modification } gesture = 3, horizontal, workspace +gestures { + workspace_swipe_direction_lock = true + workspace_swipe_direction_lock_threshold = 10 + } diff --git a/hyprshell/.config/hyprshell/config.ron b/hyprshell/.config/hyprshell/config.ron index aa81504..707dc46 100644 --- a/hyprshell/.config/hyprshell/config.ron +++ b/hyprshell/.config/hyprshell/config.ron @@ -6,7 +6,7 @@ items_per_row: 5, overview: ( launcher: ( - default_terminal: None, + default_terminal: "ghostty", launch_modifier: "ctrl", width: 650, max_items: 5,