*rc: set my only screens

This commit is contained in:
Mika Suomalainen 2012-12-26 19:02:58 +02:00
parent af2941bd20
commit 2ca928f147
3 changed files with 8 additions and 0 deletions

3
bashrc
View File

@ -198,6 +198,9 @@ if [[ $UNAME = "Darwin" && $USER = "root" ]]; then
fi
# The above requires at least Mountain Lion.
# I have only one display
export DISPLAY=:0
##### Aliases RJ706I #####
# To get sudo work with aliases.

View File

@ -25,6 +25,9 @@ echo "USE_VALIDATION_AGENT=true" > ~/.monkeysphere/monkeysphere.conf
# Enable core files.
ulimit -c unlimited
# I have only one display
export DISPLAY=:0
# Start gtk-redshift automatically.
# Use http://stereopsis.com/flux/map.html to get the coordinates. Replace ", " with ":".
# Set the coordinates to file ~/.redshiftlocation in format redshiftlocation=60.4666227:26.9459998

2
zshrc
View File

@ -130,6 +130,8 @@ if [[ $UNAME = "Darwin" && $USER = "root" ]]; then
fi
# The above requires at least Mountain Lion.
# I have only one display
export DISPLAY=:0
##### Aliases RJ706I #####