Desktop state is neatly organized using freedesktop standards. Since components are so modular, it’s trivial to replace or modify any of them using any client program you wish.


This is peak “Year of the Linux Desktop” behavior

Desktop state is neatly organized using freedesktop standards. Since components are so modular, it’s trivial to replace or modify any of them using any client program you wish.


This is peak “Year of the Linux Desktop” behavior

Well just desktop extensions similar to GNOME extensions. The files in those folders are just config files in the ron format. For example, In the CosmicBackground subdir there’s two files called
allandsame-on-allall contains
( output: "all", source: Path("<path-to-image>"), filter_by_theme: true, rotation_frequency: 300, filter_method: Lanczos, scaling_mode: Zoom, sampling_method: Alphanumeric, )while same-on-all contains
trueThis is a boon compared to GNOME’s dconf or KDE’s multitud of RC dotfiles.