moved the generation of local environment variables to its own generator script

This commit is contained in:
Tobias Schmidl 2023-01-24 15:33:08 +01:00
parent fa32f1be82
commit ef6d56b2a8
4 changed files with 25 additions and 17 deletions

View file

@ -1,5 +1,4 @@
#! /bin/sh
[ -r $HOME/.fehbg ] && . $HOME/.fehbg
start-pulseaudio-x11
compton -b
echo "Started on `date -Iseconds`" > $HOME/log
[ -r "$HOME"/.fehbg ] && . "$HOME"/.fehbg