diff --git a/.config/compositor b/.config/compositor index 0cf094a..408be51 120000 --- a/.config/compositor +++ b/.config/compositor @@ -1 +1 @@ -./compton \ No newline at end of file +picom \ No newline at end of file diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf deleted file mode 100644 index 11ea9fd..0000000 --- a/.config/compton/compton.conf +++ /dev/null @@ -1,4 +0,0 @@ -backend = "glx"; -blur-method = "kawase"; -blur-strength = 10; -blur-background = true; diff --git a/.config/compton/launch.sh b/.config/picom/launch.sh similarity index 100% rename from .config/compton/launch.sh rename to .config/picom/launch.sh diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf new file mode 100644 index 0000000..42b05da --- /dev/null +++ b/.config/picom/picom.conf @@ -0,0 +1,11 @@ +experimental-backends = true; +backend = "glx"; + +corner-radius = 20; + +blur: +{ + method = "kawase"; + strength = 10; + background = true; +}