From 54c18184114b266cec0966b663e12e60c52ed985 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 14 Sep 2017 13:23:52 +0200 Subject: npmrc: Fix creation of '$HOME' dir --- autorandr/.config/autorandr/postswitch | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'autorandr') diff --git a/autorandr/.config/autorandr/postswitch b/autorandr/.config/autorandr/postswitch index f0dd1efb..44cb6ccf 100755 --- a/autorandr/.config/autorandr/postswitch +++ b/autorandr/.config/autorandr/postswitch @@ -2,9 +2,13 @@ DPI=96 case $AUTORANDR_CURRENT_PROFILE in ("laptop") - DPI=144;; + DPI=144 + nmcli radio wifi on + ;; ("docked") - DPI=120;; + DPI=120 + nmcli radio all off + ;; esac xrandr --dpi $DPI -- cgit 1.4.1