diff options
author | Alan Pearce | 2017-10-02 12:38:52 +0200 |
---|---|---|
committer | Alan Pearce | 2017-10-02 12:38:52 +0200 |
commit | 691833dcc0e68729a63e28acd20e61f39f6407c0 (patch) | |
tree | 6facf7f9b50932ce2444f2b70c88d5043dc73a29 /autorandr | |
parent | 2a070ea3f04ccfe4f2fd5fd255ef4da09e7ea54f (diff) | |
download | dotfiles-691833dcc0e68729a63e28acd20e61f39f6407c0.tar.lz dotfiles-691833dcc0e68729a63e28acd20e61f39f6407c0.tar.zst dotfiles-691833dcc0e68729a63e28acd20e61f39f6407c0.zip |
Make fonts the right size across autorandr profiles
Diffstat (limited to 'autorandr')
-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 76b3119..08ce067 100755 --- a/autorandr/.config/autorandr/postswitch +++ b/autorandr/.config/autorandr/postswitch @@ -2,7 +2,7 @@ DPI=96 case $AUTORANDR_CURRENT_PROFILE in ("laptop") - DPI=157 + DPI=144 nmcli radio wifi on ;; ("docked") |