mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-22 10:04:34 +01:00
xsessionrc: Ensure that MonkeySphereValidationAgent runs.
This commit is contained in:
parent
148b72a436
commit
8acc2279a7
@ -3,6 +3,10 @@ PATH=$HOME/.local/bin:$PATH
|
|||||||
# Use gpg-agent
|
# Use gpg-agent
|
||||||
eval $(gpg-agent --daemon)
|
eval $(gpg-agent --daemon)
|
||||||
|
|
||||||
|
# For MonkeySphere
|
||||||
|
mkdir -p ~/.monkeysphere
|
||||||
|
echo "USE_VALIDATION_AGENT=true" >> ~/.monkeysphere/monkeysphere.conf
|
||||||
|
|
||||||
# The environment was set to ~/.environment according to other files...
|
# The environment was set to ~/.environment according to other files...
|
||||||
if [ -f ~/.environment ]; then
|
if [ -f ~/.environment ]; then
|
||||||
source ~/.environment
|
source ~/.environment
|
||||||
|
Loading…
Reference in New Issue
Block a user