diff options
| author | Tslil Clingman <hiato1@gmail.com> | 2014-12-05 11:59:55 +0200 |
|---|---|---|
| committer | Tslil Clingman <hiato1@gmail.com> | 2014-12-05 11:59:55 +0200 |
| commit | 2dc2feacf35cfebade39b2e2797e02ac6d84c4c4 (patch) | |
| tree | fb91f5b3e1bda2479686c2344bbff28a21af4d28 /sc | |
| parent | efd9525d83d25ae2cd3c308e4a6ca25fc8f5aeb1 (diff) | |
Tweaks and ratpoison window switcher
Diffstat (limited to 'sc')
| -rwxr-xr-x | sc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;; |
