diff --git a/programs b/programs index 9537bd0..54a848b 100644 --- a/programs +++ b/programs @@ -2,6 +2,8 @@ # essentials # ttf-jetbrains-mono +ttf-terminus-nerd +wqy-microhei ttf-roboto noto-fonts-emoji git diff --git a/src/.config/picom/picom.conf b/src/.config/picom/picom.conf index 49d0315..164bfe8 100644 --- a/src/.config/picom/picom.conf +++ b/src/.config/picom/picom.conf @@ -3,7 +3,7 @@ backend = "glx"; # animations # works with https://github.com/FT-Labs/picom # if your picom doesn't support it it won't do anything -animations = true; +animations = false; animation-stiffness-in-tag = 125; animation-stiffness-tag-change = 90.0; @@ -23,7 +23,7 @@ enable-fading-next-tag = true; vsync = true; # shadow -shadow = true; +shadow = false; shadow-radius = 12; shadow-offset-x = -7; shadow-offset-y = -7; @@ -35,4 +35,4 @@ fade-out-step = 0.05; fade-delta = 5; # corner -corner-radius = 8; +# corner-radius = 8;