From 27a225b1e9a28a3acfb62cf760a958499a1ad5eb Mon Sep 17 00:00:00 2001 From: Olaf Alexander Date: Tue, 24 Dec 2024 08:41:39 -0600 Subject: [PATCH] feat(hyprland): Use default decorations --- dot-config/hypr/hyprland.conf | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/dot-config/hypr/hyprland.conf b/dot-config/hypr/hyprland.conf index b16273c..8d5c217 100644 --- a/dot-config/hypr/hyprland.conf +++ b/dot-config/hypr/hyprland.conf @@ -86,37 +86,6 @@ general { allow_tearing = false } -# https://wiki.hyprland.org/Configuring/Variables/#decoration -decoration { - rounding = 10 - - # Change transparency of focused and unfocused windows - active_opacity = 1.0 - inactive_opacity = 1.0 - - drop_shadow = true - shadow_range = 4 - shadow_render_power = 3 - col.shadow = $surface1 - col.shadow_inactive = $surface1 - - # https://wiki.hyprland.org/Configuring/Variables/#blur - blur { - enabled = true - size = 2 - passes = 1 - } -} - -# https://wiki.hyprland.org/Configuring/Variables/#animations -bezier=easeIn,0.12,0,0.39,0 -animations { - enabled=1 - animation=windows,1,3,easeIn,popin - animation=fade,1,3,easeIn - animation=workspaces,1,3,easeIn,slidevert -} - # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more dwindle { pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below