summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2018-11-07 17:20:36 +0100
committerAlan Pearce2018-11-07 17:20:36 +0100
commit380b4c3f6d2ea9371e3b699b7bf47d1cd952a9cf (patch)
treef66f4dfbc3b3d45aa33ba70347f728cee1404ddb
parent475a60e8373ca2d65adeb17c553105739d9ea821 (diff)
downloaddotfiles-380b4c3f6d2ea9371e3b699b7bf47d1cd952a9cf.tar.xz
dotfiles-380b4c3f6d2ea9371e3b699b7bf47d1cd952a9cf.zip
autorandr: Don't toggle wifi on docked state
-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
3case $AUTORANDR_CURRENT_PROFILE in 3case $AUTORANDR_CURRENT_PROFILE in
4 ("laptop") 4 ("laptop")
5 DPI=144 5 DPI=144
6 nmcli radio wifi on
7 ;; 6 ;;
8 ("docked") 7 ("docked")
9 DPI=109 8 DPI=109
10 nmcli radio all off
11 ;; 9 ;;
12esac 10esac
13 11