Compare commits

...

3 Commits

Author SHA1 Message Date
Fierelier 496ce54733 Add module: cd 2023-11-18 17:44:04 +01:00
Fierelier 286627a9de Use the global environment variable to fix screensetup 2023-11-18 17:43:48 +01:00
Fierelier c3418e53d1 Expand prerequisites 2023-11-18 17:43:14 +01:00
5 changed files with 6 additions and 3 deletions

View File

@ -5,7 +5,7 @@ User data is copied from "/opt/me.fier.de/user" to "~/.config/me.fier.de", if it
"/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 apt install xinit feh autorandr openbox lxpanel lxrandr pcmanfm lxterminal
sudo ./install
cp -n "~/.xinitrc" "~/.xinitrc.bak"
echo "me.fier.de start" >"~/.xinitrc"

View File

@ -1,3 +1,4 @@
cd
debian_keyboard
screensetup
wallpaper

2
user/modules.d/cd/source Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env bash
cd "$HOME"

View File

@ -1,2 +1,2 @@
#!/usr/bin/env bash
"$de_distro" screensetup-save
"$_de_distro" screensetup-save

View File

@ -1,2 +1,2 @@
#!/usr/bin/env bash
"$de_distro" screensetup-load
"$_de_distro" screensetup-load