summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rwxr-xr-xsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc b/sc
index 8fa6029..17ec791 100755
--- a/sc
+++ b/sc
@@ -1,5 +1,5 @@
-# Quick hack to manage screen hotplugging
#!/bin/dash
+# Quick hack to manage screen hotplugging
case "$1" in
"d") xrandr --nograb --output CRT1 --off --output LVDS --auto;;
"r") xrandr --nograb --output CRT1 --auto --primary --output LVDS --off;;