Navigation Menu

Skip to content

Commit

Permalink
feat(picom): add background blurring
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnorrby committed Nov 23, 2020
1 parent e3fac8a commit 86a6a3d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions wm/picom/picom.conf
Expand Up @@ -29,3 +29,15 @@ opacity-rule = [
];

frame-opacity = 0.7;

#################################
# Background-Blurring #
#################################

blur-background = true;

blur-kern = "7x7box";

# blur-background-exclude = [
# "window_type = 'dock'"
# ];

0 comments on commit 86a6a3d

Please sign in to comment.