JairoAbreu

Untitled

Jan 14th, 2021 (edited)
523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. if [[ 'xrandr |grep "HDMI connected"' ]]; then
  4.     xrandr --output HDMI-1 --auto --primary --output eDP-1 --off
  5. else
  6.     xrandr --output eDP-1 --auto --primary
  7. fi
Add Comment
Please, Sign In to add comment