all repos — archive/dotfiles @ 0872319ea4fec52fad084e9227ef17c3639a3020

Superseded by nixfiles

autorandr/.config/autorandr/postswitch (view raw)

#!/bin/sh
DPI=96
case $AUTORANDR_CURRENT_PROFILE in
  ("laptop")
    DPI=144;;
  ("docked")
    DPI=120;;
esac

xrandr --dpi $DPI
emacsclient -e "(setq display-pixels-per-inch $DPI)" > /dev/null
i3-msg restart
systemctl --user restart redshift