diff options
author | Alan Pearce | 2017-09-22 12:53:20 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-22 12:53:20 +0200 |
commit | 1a78e00c483b7d100b15f96c277a8b9a71d99848 (patch) | |
tree | 1c5504d8dcbde65f86dcc9cda27d8d29fca31604 /autorandr | |
parent | 82f8655d5348c558258dbab154b20980cd2646c6 (diff) | |
download | dotfiles-1a78e00c483b7d100b15f96c277a8b9a71d99848.tar.lz dotfiles-1a78e00c483b7d100b15f96c277a8b9a71d99848.tar.zst dotfiles-1a78e00c483b7d100b15f96c277a8b9a71d99848.zip |
Balance font sizes between setups correctly
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 ae9f7f8..97e4217 100755 --- a/autorandr/.config/autorandr/postswitch +++ b/autorandr/.config/autorandr/postswitch @@ -2,7 +2,7 @@ DPI=96 case $AUTORANDR_CURRENT_PROFILE in ("laptop") - DPI=144 + DPI=157 nmcli radio wifi on ;; ("docked") |