diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index 3b0c6b1..02c8aaa 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -6,15 +6,22 @@ input { } general { - gaps_in = 2 - gaps_out = 5 + gaps_in = 1 + gaps_out = 3 layout = dwindle + border_size = 2 + col.inactive_border = 0xff808080 + col.active_border = 0xffbf6a40 } dwindle { preserve_split = true } +decoration { + drop_shadow = false +} + animations { enabled = false } @@ -23,6 +30,7 @@ misc { disable_hyprland_logo = true disable_splash_rendering = true disable_autoreload = true + background_color = rgb(404040) } $menu = rofi -show drun -theme Arc-Dark