Browse Source

feh and alacritty

master
Juni Kim 2 years ago
parent
commit
d704f0fa99
  1. 2
      alacritty/.config/alacritty/alacritty.yml
  2. 2
      install.sh

2
alacritty/.config/alacritty/alacritty.yml

@ -188,7 +188,7 @@ font:
# Point size
#size: 13.0
size: 11.5
size: 8
# 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.

2
install.sh

@ -125,7 +125,7 @@ neovim_fonts() {
wm() {
sudo add-apt-repository -y ppa:papirus/papirus
sudo apt update && sudo apt install -y i3 polybar nitrogen picom rofi stow papirus-icon-theme
sudo apt update && sudo apt install -y i3 polybar nitrogen feh picom rofi stow papirus-icon-theme
# installing siji
mkdir -p "$HOME/repos/siji"
cd "$HOME/repos/siji" || exit 1

Loading…
Cancel
Save