summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-09-22 21:31:20 +0200
committerGravatar Tom Willemse2014-09-22 21:31:20 +0200
commit3dad71a9b73be0248bd2877b36df188bbd7c0cd1 (patch)
treeadb29390beae27fcf1bb38d3635a8200e4ee7bdc /x11
parentae72dd0343a6c95afb15ff0654fab8c236cec3fa (diff)
downloaddotfiles-3dad71a9b73be0248bd2877b36df188bbd7c0cd1.tar.gz
dotfiles-3dad71a9b73be0248bd2877b36df188bbd7c0cd1.zip
Remove randr settings
My second graphics card stopped working, I can't use a third monitor anymore.
Diffstat (limited to 'x11')
-rwxr-xr-xx11/.xinitrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/x11/.xinitrc b/x11/.xinitrc
index 1a5fe97..9dd60ae 100755
--- a/x11/.xinitrc
+++ b/x11/.xinitrc
@@ -2,15 +2,6 @@
_hostname="$(hostname)"
-if [[ $_hostname == "drd" ]]; then
- xrandr --setprovideroutputsource 1 0
- # xrandr --auto
- xrandr \
- --output DVI-I-1 --auto --pos 0x0 \
- --output DVI-I-2 --auto --pos 1920x0 \
- --output DVI-I-1-3 --auto --pos -1280x0
-fi
-
xmodmap ~/.Xmodmap
# Source scripts in /etc/X11/xinit/xinitrc.d/