diff options
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;; |
