mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
*rc: set my only screens
This commit is contained in:
parent
af2941bd20
commit
2ca928f147
3
bashrc
3
bashrc
@ -198,6 +198,9 @@ if [[ $UNAME = "Darwin" && $USER = "root" ]]; then
|
|||||||
fi
|
fi
|
||||||
# The above requires at least Mountain Lion.
|
# The above requires at least Mountain Lion.
|
||||||
|
|
||||||
|
# I have only one display
|
||||||
|
export DISPLAY=:0
|
||||||
|
|
||||||
##### Aliases RJ706I #####
|
##### Aliases RJ706I #####
|
||||||
|
|
||||||
# To get sudo work with aliases.
|
# To get sudo work with aliases.
|
||||||
|
@ -25,6 +25,9 @@ echo "USE_VALIDATION_AGENT=true" > ~/.monkeysphere/monkeysphere.conf
|
|||||||
# Enable core files.
|
# Enable core files.
|
||||||
ulimit -c unlimited
|
ulimit -c unlimited
|
||||||
|
|
||||||
|
# I have only one display
|
||||||
|
export DISPLAY=:0
|
||||||
|
|
||||||
# Start gtk-redshift automatically.
|
# Start gtk-redshift automatically.
|
||||||
# Use http://stereopsis.com/flux/map.html to get the coordinates. Replace ", " with ":".
|
# 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
|
# Set the coordinates to file ~/.redshiftlocation in format redshiftlocation=60.4666227:26.9459998
|
||||||
|
Loading…
Reference in New Issue
Block a user