-
-
Notifications
You must be signed in to change notification settings - Fork 2
Arch Linux KDE Plasma Guide
Mattscreative edited this page Dec 5, 2025
·
3 revisions
Complete beginner-friendly guide to KDE Plasma on Arch Linux, including installation, configuration, customization, and KDE-specific features.
Install Plasma:
# Full KDE
sudo pacman -S plasma kde-applications
# Minimal
sudo pacman -S plasma-metaStart KDE:
# Install SDDM
sudo pacman -S sddm
# Enable and start SDDM (recommended method)
sudo systemctl enable --now sddm
# Alternative method (for learning):
# sudo systemctl enable sddm
# sudo systemctl start sddmConfigure KDE:
# Open Settings
systemsettings5
# Or from menu
# System SettingsConfigure Plasma:
# Edit config
vim ~/.config/plasma-org.kde.plasma.desktop-appletsrcInstall themes:
# Install themes
yay -S sweet-kde-theme-git
yay -S materia-kdeInstall icons:
# Install icon themes
sudo pacman -S papirus-icon-theme
yay -S tela-icon-themeInstall widgets:
# Browse widgets
# Right-click desktop > Add Widgets
# Get more: https://store.kde.org/Install applications:
# Core apps (included)
# Dolphin, Konsole, Kate, etc.
# Additional apps
sudo pacman -S kate konsole dolphin arkRestart Plasma:
# Restart Plasma
killall plasmashell
kstart plasmashellOptimize:
# Disable effects
# System Settings > Desktop Effects
# Disable animationsThis guide covered KDE Plasma installation, configuration, customization, and troubleshooting.
- Arch Linux Desktop Environments - Desktop environments
- Arch Linux Fonts and Themes - Themes
- ArchWiki KDE: https://wiki.archlinux.org/title/KDE
This guide is based on the ArchWiki. For the most up-to-date information, always refer to the official ArchWiki.