aboutsummaryrefslogtreecommitdiffstats
path: root/bin/nvsetup
diff options
context:
space:
mode:
Diffstat (limited to 'bin/nvsetup')
-rwxr-xr-xbin/nvsetup10
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/nvsetup b/bin/nvsetup
deleted file mode 100755
index 23adeb5..0000000
--- a/bin/nvsetup
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-SCREENCONNECTED=$(xrandr|grep DP-1)
-if [[ -n "$(lsmod|grep nouveau)" ]]; then
- if [[ "$SCREENCONNECTED" == *connected* && "$SCREENCONNECTED" != *disconnected* ]]; then
- echo "Setup DP-1"
-# sleep 5
- xrandr --output DP-1 --auto --primary --output LVDS-1 --auto --right-of DP-1
- fi
-fi