summary refs log tree commit diff stats
path: root/autorandr/.config/autorandr/postswitch
diff options
context:
space:
mode:
Diffstat (limited to 'autorandr/.config/autorandr/postswitch')
-rwxr-xr-xautorandr/.config/autorandr/postswitch2
1 files changed, 0 insertions, 2 deletions
diff --git a/autorandr/.config/autorandr/postswitch b/autorandr/.config/autorandr/postswitch
index c04a04a..ef283c3 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