Modular DE through and through, choose everything
Go to file
Fierelier 9fa6213bb5 Export de_distro globally 2023-11-18 15:22:11 +01:00
user Use module-run in project applet 2023-11-18 15:17:09 +01:00
LICENSE Add license 2023-11-18 13:09:47 +01:00
app Export de_distro globally 2023-11-18 15:22:11 +01:00
install Initial commit 2023-11-18 13:07:57 +01:00
pack Initial commit 2023-11-18 13:07:57 +01:00
readme.txt Allow user to change applets + make startup an applet 2023-11-18 14:47:26 +01:00
uninstall Initial commit 2023-11-18 13:07:57 +01:00

readme.txt

Modular DE through and through, choose everything.

User data is copied from "/opt/me.fier.de/user" to "~/.config/me.fier.de", if it does not exist yet. The user is free to completely change all user data. The user's data is only re-generated if the entire "~/.config/me.fier.de" directory is removed.

"/opt/me.fier.de/user" should be seen as a preset. Any changes in it after the user already used me.fier.de, are not applied.

* Installation:
sudo apt install feh autorandr openbox lxpanel lxrandr pcmanfm lxterminal
sudo ./install
cp -n "~/.xinitrc" "~/.xinitrc.bak"
echo "me.fier.de start" >"~/.xinitrc"

* Start:
startx

* Uninstallation:
sudo /opt/me.fier.de/uninstall
rm "~/.xinitrc"
mv "~/.xinitrc.bak" "~/.xinitrc"