logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git

default.sh (226B)


  1. #!/bin/sh
  2. # Fake xrandr call to reset the default
  3. #xrandr --output DVI-D-1 --auto --pos 0x0
  4. xrandr \
  5. --output DVI-D-0 --auto --rotate normal --pos 0x0 --primary \
  6. --output HDMI-A-0 --auto --rotate normal --right-of DVI-D-0