multimonitor.sh 165 B

123456789
  1. #!/bin/sh
  2. # Better Windows P
  3. echo "---- Better Win+P----"
  4. echo "[*] Available Displays:"
  5. displays=$(xrandr | grep " connected" | awk '{print $1}')
  6. echo $displays