Browse Source

install xorg

ubuntuserver
Juni Kim 2 years ago
parent
commit
d5aa3c3f44
  1. 1
      install.sh
  2. 1
      wm/.config/picom/picom.conf

1
install.sh

@ -120,6 +120,7 @@ neovim_fonts() {
} }
wm() { wm() {
sudo apt install -y xorg xinit
sudo add-apt-repository -y ppa:papirus/papirus sudo add-apt-repository -y ppa:papirus/papirus
sudo apt update && sudo apt install -y i3 polybar nitrogen feh picom rofi stow papirus-icon-theme conky dmenu scrot sudo apt update && sudo apt install -y i3 polybar nitrogen feh picom rofi stow papirus-icon-theme conky dmenu scrot
# installing siji # installing siji

1
wm/.config/picom/picom.conf

@ -4,7 +4,6 @@ fade-in-step = 1.0
fade-out-step = 1.0 fade-out-step = 1.0
corner-radius = 10 corner-radius = 10
vsync = false
backend = "glx" backend = "glx"
opacity-rule = [ opacity-rule = [

Loading…
Cancel
Save