Skip to content

Instantly share code, notes, and snippets.

@h4k1m0u
Last active May 18, 2025 14:12
Show Gist options
  • Save h4k1m0u/d463d6e8d8157e7e21fbc806498de63d to your computer and use it in GitHub Desktop.
Save h4k1m0u/d463d6e8d8157e7e21fbc806498de63d to your computer and use it in GitHub Desktop.
Notes about KDE

Minimal plasma installation

$ sudo pacman -Sy plasma-desktop

Plasma applet for managing audio volume

Visible in lower-right corner:

$ sudo pacman -Sy plasma-pa

Plasma applet for managing network connections

Visible in lower-right corner:

$ sudo pacman -Sy plasma-nm

Screen management

Without kscreen no Display & Monitor entry would appear in settings to rearrange the order of primary and secondary monitors:

$ sudo pacman -Sy kscreen

File transfer with Android phone

Connection via MTP protocol didn't work till the default KDE file browser was installed:

$ sudo pacman -Sy dolphin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment