diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-08-11 15:56:56 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-08-11 15:56:56 +0200 |
commit | bfab7262fdc40f0d8825df6c0aa6e1972f07bfb9 (patch) | |
tree | 4abdcdf370ad03660298ba1818bc6717caa01b0e /.xinitrc | |
parent | afc3ccee807653b6b41db7b32115fe38b5968fad (diff) | |
download | dotfiles-bfab7262fdc40f0d8825df6c0aa6e1972f07bfb9.tar.gz dotfiles-bfab7262fdc40f0d8825df6c0aa6e1972f07bfb9.tar.xz |
misc changes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 & |