lightmode
E. Almqvist 2 years ago
parent 7d48747160
commit 131e15c708
  1. 2
      alacritty/.config/alacritty/alacritty.yml
  2. 2
      picom/.config/picom/launch

@ -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.

@ -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 &

Loading…
Cancel
Save