diff options
author | Patrick Simianer <pks@pks.rocks> | 2018-12-22 15:59:47 +0100 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2018-12-22 15:59:47 +0100 |
commit | 2f30c7844636cdbaa2d546d963702258f82646a3 (patch) | |
tree | 3e4ec18889dbaa40fbab5a036c78b8a696ea0d88 /autostart | |
parent | c000411674c8eb01f3ec1de6077094f85b5f77a6 (diff) | |
parent | 6bd0502feb9a0cb1accede4f35c777a0166879b3 (diff) |
Merge branch 'master' of ssh://github.com/pks/bin
Diffstat (limited to 'autostart')
-rwxr-xr-x | autostart | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ if [[ $(hostname) == "bogues" ]]; then fi if [[ $(hostname) == "bryant" ]]; then - exec xrandr --output HDMI2 --rotate right & + exec xrandr --output HDMI-2 --rotate right & #exec xrandr --output DP-7 --rotate right & #exec sudo nvidia-settings -a "[gpu:0]/GPUFanControlState=1" -a "[fan-0]/GPUTargetFanSpeed=1" & fi |