summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/.xinitrc b/.xinitrc
index 3285521..5bd6655 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,6 +1,10 @@
-#!/bin/sh
+#!/bin/bash
cd $HOME
+export VDPAU_NVIDIA_NO_OVERLAY=1
+
+xrandr --output DVI-I-2 --left-of DVI-I-3
+
# I don't like no background ;)
dash $HOME/.fehbg &