summary refs log tree commit diff stats
path: root/autorandr/.config
diff options
context:
space:
mode:
authorAlan Pearce2018-11-07 17:20:36 +0100
committerAlan Pearce2018-11-07 17:20:36 +0100
commit380b4c3f6d2ea9371e3b699b7bf47d1cd952a9cf (patch)
treef66f4dfbc3b3d45aa33ba70347f728cee1404ddb /autorandr/.config
parent475a60e8373ca2d65adeb17c553105739d9ea821 (diff)
downloaddotfiles-380b4c3f6d2ea9371e3b699b7bf47d1cd952a9cf.tar.lz
dotfiles-380b4c3f6d2ea9371e3b699b7bf47d1cd952a9cf.tar.zst
dotfiles-380b4c3f6d2ea9371e3b699b7bf47d1cd952a9cf.zip
autorandr: Don't toggle wifi on docked state
Diffstat (limited to 'autorandr/.config')
-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