aboutsummaryrefslogtreecommitdiffstats
path: root/bin/nvsetup
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2023-12-03 18:33:16 +0100
committerDavid Runge <dave@sleepmap.de>2023-12-03 18:33:16 +0100
commit2f694cefe3d30fe65320941bb5ee77472fff0e2b (patch)
tree84aa7554b4ea733302a1ef62229dbfa67f50474e /bin/nvsetup
parent6760e35c003b7a8efd9f3564773e5ff6a73bfe60 (diff)
downloaddotfiles-2f694cefe3d30fe65320941bb5ee77472fff0e2b.tar.gz
dotfiles-2f694cefe3d30fe65320941bb5ee77472fff0e2b.tar.bz2
dotfiles-2f694cefe3d30fe65320941bb5ee77472fff0e2b.tar.xz
dotfiles-2f694cefe3d30fe65320941bb5ee77472fff0e2b.zip
bin: Remove unused scripts
Signed-off-by: David Runge <dave@sleepmap.de>
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