summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-08-20 13:57:15 +0200
committerGravatar Tom Willemse2014-08-20 13:58:25 +0200
commit88997bfd636dd32bc21b7e1e18c11a3eee46467f (patch)
tree4f1f5ca6112dfc78d84c51dc03fbc5029c7c543b /x11
parent7dd4d7ac232e7706d1a759e853cc8c04f749a8d4 (diff)
downloaddotfiles-88997bfd636dd32bc21b7e1e18c11a3eee46467f.tar.gz
dotfiles-88997bfd636dd32bc21b7e1e18c11a3eee46467f.zip
Use XRandR to enable a third screen
Diffstat (limited to 'x11')
-rwxr-xr-xx11/.xinitrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/x11/.xinitrc b/x11/.xinitrc
index 64c9996..eafeece 100755
--- a/x11/.xinitrc
+++ b/x11/.xinitrc
@@ -1,5 +1,12 @@
#!/bin/bash
+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
+
xmodmap ~/.Xmodmap
# Source scripts in /etc/X11/xinit/xinitrc.d/