screenconf.sh 137 B

1234567891011
  1. #!/bin/sh
  2. CHOICE=$(dmenu -i -b << EOF
  3. left-of
  4. below
  5. EOF
  6. )
  7. xrandr --output HDMI-0 --auto --"$CHOICE" DP-2
  8. ~/.scripts/set_background.sh