Skip to content

Commit 5e412ff

Browse files
committed
Automatic documentation update
1 parent d148b83 commit 5e412ff

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

docs/User-Guide_Armbian-Config/System.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ Desktop environments that require NetworkManager (e.g., GNOME) install it alongs
252252
| Cinnamon | Users familiar with Windows layout | ~500 MB RAM |
253253
| MATE | Classic GNOME 2 fans, low-resource systems | ~350 MB RAM |
254254
| KDE Plasma | Power users, heavy customization | ~600 MB RAM |
255+
| i3-wm | Developers, keyboard-driven workflows | ~150 MB RAM |
255256

256257
!!! note "Switching desktops"
257258

@@ -600,6 +601,67 @@ armbian-config --cmd KDEP04
600601

601602

602603

604+
###### KDE Neon Install
605+
606+
607+
<!--- header START from tools/include/markdown/KDEN01-header.md --->
608+
KDE Neon provides the latest KDE Plasma desktop built on top of Ubuntu. It uses the KDE Neon repository to deliver cutting-edge Plasma releases, offering the newest features and improvements ahead of distribution packages. Ubuntu Noble/Plucky only.
609+
610+
!!! warning "Desktop installation is resource-intensive"
611+
612+
Installing a desktop environment will download and install a large number of packages. This process may take a significant amount of time depending on your internet connection and device performance. A reboot is required after installation.
613+
614+
!!! note "KDE Neon vs KDE Plasma"
615+
616+
**KDE Neon** uses the KDE Neon repository for the latest Plasma releases (Ubuntu only). **KDE Plasma** uses distribution packages and works on both Debian and Ubuntu.
617+
618+
<!--- header STOP from tools/include/markdown/KDEN01-header.md --->
619+
620+
__Edit:__ [footer](https://github.com/armbian/configng/edit/main/tools/include/markdown/KDEN01-footer.md) [header](https://github.com/armbian/configng/edit/main/tools/include/markdown/KDEN01-header.md)
621+
__Status:__ Stable
622+
623+
~~~ custombash
624+
armbian-config --cmd KDEN01
625+
~~~
626+
627+
628+
<!--- footer START from tools/include/markdown/KDEN01-footer.md --->
629+
=== "Display Manager"
630+
631+
KDE Neon uses **SDDM** as its default display manager.
632+
633+
=== "Session files"
634+
635+
- `/usr/share/wayland-sessions/plasma.desktop`
636+
- `/usr/share/xsessions/plasmax11.desktop`
637+
638+
=== "Autologin"
639+
640+
Autologin configuration is stored in:
641+
642+
- `/etc/sddm.conf.d/autologin.conf`
643+
644+
<!--- footer STOP from tools/include/markdown/KDEN01-footer.md --->
645+
646+
647+
~~~ bash title="Uninstall:"
648+
armbian-config --cmd KDEN02
649+
~~~
650+
651+
652+
~~~ bash title="Enable autologin:"
653+
armbian-config --cmd KDEN03
654+
~~~
655+
656+
657+
~~~ bash title="Disable autologin:"
658+
armbian-config --cmd KDEN04
659+
~~~
660+
661+
662+
663+
664+
603665
#### XFCE
604666

605667

0 commit comments

Comments
 (0)