summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTslil Clingman <hiato1@gmail.com>2014-12-05 11:59:55 +0200
committerTslil Clingman <hiato1@gmail.com>2014-12-05 11:59:55 +0200
commit2dc2feacf35cfebade39b2e2797e02ac6d84c4c4 (patch)
treefb91f5b3e1bda2479686c2344bbff28a21af4d28 /sc
parentefd9525d83d25ae2cd3c308e4a6ca25fc8f5aeb1 (diff)
Tweaks and ratpoison window switcher
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;;