Skip to content

KDE Desktop

Lean's edited this page Jun 12, 2023 · 58 revisions

Download

Desktop

  • sudo pacman -S plasma-desktop konsole dolphin

Drivers

Display driver

  • kscreen

Sound driver

  • pipewire-jack
  • lib32-pipewire-jack
  • pulseaudio-jack
  • plasma-pa
  • reboot

Utils

Sound Manager

  • kmix

Display Manager

Select one displaymanager

sddm

  • sudo pacman -S sddm
  • systemctl enable sddm
  • reboot

lightdm

  • sudo pacman -S lightdm lightdm-slick-greeter numlockx
  • sudo systemctl enable lightdm.service
  • sudo vim /etc/lightdm/lightdm.conf
  • [Seat:*]
  • #greeter-session=lightdm-yourgreeter-greeter
  • #greeter-setup-script=/usr/bin/numlockx on
  • //remove the # and change the final
  • reboot

Finish

  • Have Fun

Clone this wiki locally