From 380b4c3f6d2ea9371e3b699b7bf47d1cd952a9cf Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 7 Nov 2018 17:20:36 +0100 Subject: autorandr: Don't toggle wifi on docked state --- autorandr/.config/autorandr/postswitch | 2 -- 1 file changed, 2 deletions(-) (limited to 'autorandr/.config') diff --git a/autorandr/.config/autorandr/postswitch b/autorandr/.config/autorandr/postswitch index c04a04aa..ef283c3a 100755 --- a/autorandr/.config/autorandr/postswitch +++ b/autorandr/.config/autorandr/postswitch @@ -3,11 +3,9 @@ DPI=96 case $AUTORANDR_CURRENT_PROFILE in ("laptop") DPI=144 - nmcli radio wifi on ;; ("docked") DPI=109 - nmcli radio all off ;; esac -- cgit 1.4.1