User Tools

Site Tools


debian-install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
debian-install [2024/09/25 10:09] karciodebian-install [2025/01/22 19:00] (current) karcio
Line 3: Line 3:
 {{tag>linux debian}} {{tag>linux debian}}
  
-====== Debian with Xorg ======+====== Debian with Xorg or Wayland ======
  
  
Line 12: Line 12:
 sudo systemctl enable --now NetworkManager sudo systemctl enable --now NetworkManager
 </code> </code>
-  * xorg+  *** xorg - select this if you want to use [[https://wiki.debian.org/Xorg|xorg]]**
 <code> <code>
 sudo apt install xorg sudo apt install xorg
 sudo apt install i3 sudo apt install i3
-sudo apt install fonts-font-awesome 
 sudo apt install lightdm sudo apt install lightdm
 sudo systemctl enable lightdm sudo systemctl enable lightdm
 sudo reboot sudo reboot
 +</code>
 +
 +  *** wayland - select this if you want to use [[https://wiki.debian.org/sway|wayland]]**
 +<code>
 +sudo apt install sway sway-backgrounds swaybg swayidle swaylock xwayland fuzzel waybar
 +</code>
 +
 +<code>
 +# If running from tty1 start sway
 +[ "$(tty)" = "/dev/tty1" ] && exec sway
 </code> </code>
  
   * utilities   * utilities
 <code> <code>
-sudo apt install firefox-esr sudo vim git zip unzip mc acpi alacritty+sudo apt install firefox-esr sudo vim git zip unzip mc acpi fonts-font-awesome
 </code> </code>
  
Line 47: Line 56:
 <code> <code>
 sudo apt install tlp tlp-rdw sudo apt install tlp tlp-rdw
-sudo systemctl enable --now tlp.services+sudo systemctl enable --now tlp.service
 </code> </code>
- 
- 
-====== Debian with Wayland ====== 
debian-install.1727258963.txt.gz · Last modified: by karcio