diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index 5ee5598..ee1b479 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -55,7 +55,7 @@ font: style: Bold Italic # Point size - size: 12 + size: 11 # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing. diff --git a/picom/.config/picom/launch b/picom/.config/picom/launch index 0a7c409..ee8e0af 100755 --- a/picom/.config/picom/launch +++ b/picom/.config/picom/launch @@ -11,4 +11,4 @@ killall -q picom while pgrep -u $UID -x picom >/dev/null; do sleep 1; done # Launch picom -picom --config ~/.config/picom/picom.conf --experimental-backends --xrender-sync-fence & +picom --config ~/.config/picom/picom.conf --xrender-sync-fence &