Skip to content

KDE Desktop

Lean's edited this page Sep 11, 2023 · 58 revisions

Download

Desktop

  • sudo pacman -S plasma-desktop konsole dolphin

Drivers

Display drivers

  • kscreen
  • kde-gtk-config
  • Enable in Startup and Shutdown -> Background Services -> GNOME/GTK...

Sound Drivers

  • pipewire
  • pipewire-jack
  • pipewire-pulse
  • pipewire-alsa
  • lib32-pipewire-jack
  • wireplumber
  • plasma-pa
  • systemctl --user enable wireplumber.service pipewire.service pipewire-pulse.service
  • reboot

KDE Drivers

  • kwallet-pam
  • breeze-gtk
  • bluedevil
  • If you are using the bluetooth

  • plasma-nm
  • plasma-vault
  • qt5-webview
  • vulkan-tools
  • noto-fonts-emoji

Display Manager

sddm

  • Download

  • sudo pacman -S sddm sddm-kcm

  • Load on boot

  • systemctl enable sddm

  • reboot

lightdm

  • Download

  • sudo pacman -S lightdm lightdm-slick-greeter numlockx

  • Load on boot

  • sudo systemctl enable lightdm.service

  • Add the theme

  • sudo vim /etc/lightdm/lightdm.conf

  • #greeter-session=lightdm-slick-greeter

  • And the numlock script

  • #greeter-setup-script=/usr/bin/numlockx on

  • reboot

Finish

  • Have Fun

Clone this wiki locally