Modular DE through and through, choose everything
Go to file
Fierelier 5338a984e9 Add DE-specific lxpanel config 2023-12-28 03:10:43 +01:00
user Add DE-specific lxpanel config 2023-12-28 03:10:43 +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 Expand prerequisites 2023-11-18 17:43:14 +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 xinit 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"