diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-09-23 15:41:13 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-09-23 15:41:13 +0200 |
commit | 6fdc81881ceb8ec9ca36350d92f5d6b852d378a0 (patch) | |
tree | 63e4ef34aa2e76b59a34526b994bc248440444da /.config/picom | |
parent | 59c534db84b90622f46e471ccf9b47b1e0757de4 (diff) |
larger font size in alacritty and polybar, new polybar font, vimrc, removed shadows on polybar in picom, alacritty default colours
Diffstat (limited to '.config/picom')
-rw-r--r-- | .config/picom/picom.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index a1ef30f..496ac30 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -104,7 +104,7 @@ wintypes: # focus: Whether to always consider windows of this type focused. focus = true; }; - dock = { shadow = true; } + dock = { shadow = false; } dnd = { shadow = false; } popup_menu = { opacity = 1.0; |