plugfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

dual (117B)


      1 #!/bin/sh
      2 # Nick Farrow 2019
      3 
      4 xrandr --output HDMI-0 --auto --above eDP-1-1 --auto
      5 polylaunch
      6 sleep 1
      7 sswitch
      8 exit 0