Advertisement
Wrigs

install-i3-debian.sh

Aug 14th, 2021 (edited)
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.36 KB | None | 0 0
  1. # sudo apt install xorg lightdm lightdm-gtk-greeter i3-wm i3lock i3status i3blocks dmenu terminator
  2. # sudo systemctl enable lightdm.service
  3. # sudo systemctl start lightdm.service
  4.  
  5. sudo apt update
  6.  
  7. sudo apt install i3 lxappearance nitrogen pavucontrol pulseaudio rofi terminator
  8.  
  9. mkdir -p ~/.config/rofi/
  10. mkdir -p ~/.local/share/rofi/themes/
  11.  
  12. pactl list sinks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement