Advertisement
Wrigs

Install i3 - Debian based Linux

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