scripts

Scripts for general automations
git clone git://git.laack.co/scripts.git
Log | Files | Refs

vm-full-screen.sh (224B)


      1 #!/bin/bash
      2 
      3 # cvt 5120 1440 60
      4 xrandr --newmode "5120x1440_60.00" 624.50 5120 5496 6048 6976 1440 1443 1453 1493 -hsync +vsync
      5 xrandr --addmode Virtual-1 "5120x1440_60.00"
      6 xrandr --output Virtual-1 --mode "5120x1440_60.00"