diff options
author | Alan Pearce | 2017-09-19 19:17:37 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-19 19:17:37 +0200 |
commit | ff961def98e85161a8373a51bb40e73a2e38897f (patch) | |
tree | e97d03d66be541e4c9f8c53194bf1a9f4edd769b /autorandr | |
parent | 78a4703f79b22f7af6e21529f3f9c73607cf691f (diff) | |
parent | a4cc28d1a815d504b637739f78100676983bda5c (diff) | |
download | nixfiles-ff961def98e85161a8373a51bb40e73a2e38897f.tar.lz nixfiles-ff961def98e85161a8373a51bb40e73a2e38897f.tar.zst nixfiles-ff961def98e85161a8373a51bb40e73a2e38897f.zip |
Merge branch 'master' of https://git.alanpearce.eu/dotfiles
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 44cb6ccf..ae9f7f8e 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 |