diff --git a/ahrc-laptop/home.nix b/ahrc-laptop/home.nix index ddac6a1..718c744 100644 --- a/ahrc-laptop/home.nix +++ b/ahrc-laptop/home.nix @@ -24,7 +24,6 @@ decoration = { inactive_opacity = 1.0; drop_shadow = false; - dim_inactive = false; blur.enabled = false; }; gestures.workspace_swipe = true; diff --git a/ahrc-pc/home.nix b/ahrc-pc/home.nix index 6982595..59692cb 100644 --- a/ahrc-pc/home.nix +++ b/ahrc-pc/home.nix @@ -23,7 +23,6 @@ decoration = { inactive_opacity = 0.9; drop_shadow = true; - dim_inactive = true; blur.enabled = true; }; gestures.workspace_swipe = false; diff --git a/common/home.nix b/common/home.nix index 5da637e..d894977 100644 --- a/common/home.nix +++ b/common/home.nix @@ -173,6 +173,7 @@ movefocus_cycles_fullscreen = false; }; decoration = { + dim_inactive = false; rounding = 10; active_opacity = 1.0; fullscreen_opacity = 1.0;