From 2c84608cd67106cadf345bd85940b39846ebc9e6 Mon Sep 17 00:00:00 2001 From: Maximilian Wagner Date: Sat, 23 Nov 2024 23:49:02 +0100 Subject: [PATCH] changed shadow options commented out --- hyprland.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hyprland.conf b/hyprland.conf index fc9a887..ff268d0 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -99,10 +99,10 @@ decoration { vibrancy = 0.1696 } - drop_shadow = true - shadow_range = 4 - shadow_render_power = 3 - col.shadow = rgba(1a1a1aee) + # drop_shadow = true + # shadow_range = 4 + # shadow_render_power = 3 + # col.shadow = rgba(1a1a1aee) } animations { @@ -124,7 +124,7 @@ dwindle { # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more pseudotile = true # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = true # you probably want this - no_gaps_when_only = 1 + # no_gaps_when_only = 1 force_split = 2 }