diff options
author | Alan Pearce | 2017-11-24 20:54:06 +0100 |
---|---|---|
committer | Alan Pearce | 2017-11-24 20:54:40 +0100 |
commit | d4a5a7ad7aa8db917e73d5df4488a30203154c84 (patch) | |
tree | b883bc72143d8024ef4cf9b4de0146f3acbca511 /autorandr | |
parent | 5b725a3f825cffbdde7d981a0b88970cbf2764cd (diff) | |
download | dotfiles-d4a5a7ad7aa8db917e73d5df4488a30203154c84.tar.lz dotfiles-d4a5a7ad7aa8db917e73d5df4488a30203154c84.tar.zst dotfiles-d4a5a7ad7aa8db917e73d5df4488a30203154c84.zip |
Autorandr: Make satoshipad fonts the same size as marvin's
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 08ce067..76b3119 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") |