diff options
author | Alan Pearce | 2017-09-19 14:17:27 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-19 14:17:27 +0200 |
commit | a4cc28d1a815d504b637739f78100676983bda5c (patch) | |
tree | 5676df36b62fc655e9cfddf1f5baf901c8613f4a | |
parent | 733c55b44027cd039dace97b64c7503da3bff41f (diff) | |
download | dotfiles-a4cc28d1a815d504b637739f78100676983bda5c.tar.lz dotfiles-a4cc28d1a815d504b637739f78100676983bda5c.tar.zst dotfiles-a4cc28d1a815d504b637739f78100676983bda5c.zip |
autorandr: Set correct DPI for external monitors
Turns out they're actually more like 94 dpi, but oh well.
-rwxr-xr-x | autorandr/.config/autorandr/postswitch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autorandr/.config/autorandr/postswitch b/autorandr/.config/autorandr/postswitch index 44cb6cc..ae9f7f8 100755 --- a/autorandr/.config/autorandr/postswitch +++ b/autorandr/.config/autorandr/postswitch @@ -6,7 +6,7 @@ case $AUTORANDR_CURRENT_PROFILE in nmcli radio wifi on ;; ("docked") - DPI=120 + DPI=96 nmcli radio all off ;; esac |