moved the generation of local environment variables to its own generator script
This commit is contained in:
parent
fa32f1be82
commit
ef6d56b2a8
4 changed files with 25 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue