From 131e15c708a9351bca8373390949b67a8c75efd2 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Sat, 26 Nov 2022 14:57:13 +0100 Subject: [PATCH] Tweaks --- alacritty/.config/alacritty/alacritty.yml | 2 +- picom/.config/picom/launch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 &